mirror of
https://github.com/Mintplex-Labs/node-llama-cpp.git
synced 2026-07-18 18:34:27 -04:00
18 lines
241 B
INI
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
|