Files
node-llama-cpp/.editorconfig
T
2023-08-13 00:03:50 +03:00

18 lines
241 B
INI

root = true
[*]
indent_style = space
indent_size = 4
[{*.ts,*.tsx,*.js,*.jsx,*.css,*.scss}]
insert_final_newline = true
[{package.json,package-lock.json,manifest.json}]
indent_size = 2
[.babelrc]
indent_size = 2
[*.yml]
indent_size = 2