1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 02:55:39 +03:00
nil/.editorconfig

21 lines
308 B
INI
Raw Normal View History

2023-02-26 03:16:46 +03:00
[*]
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
2023-03-07 16:47:53 +03:00
[*.{ast,nix,sh,vim,yaml}]
2023-02-26 03:16:46 +03:00
indent_size = 2
[*.patch]
insert_final_newline = false
trim_trailing_whitespace = false
[*.{js,json,ts}]
indent_size = 2