mirror of
https://github.com/oxalica/nil.git
synced 2024-11-21 15:56:00 +03:00
21 lines
308 B
INI
21 lines
308 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
indent_size = 1
|
|
|
|
[*.{ast,nix,sh,vim,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.patch]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{js,json,ts}]
|
|
indent_size = 2
|