24 строки
416 B
INI
24 строки
416 B
INI
root = true
|
|
|
|
[*.{js,ts}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.{cmd,json,md,txt,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.sh]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
end_of_line = lf
|