1
1
mirror of https://github.com/oxalica/nil.git synced 2024-10-03 21:37:29 +03:00
nil/.editorconfig
2023-03-07 23:06:31 +08:00

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