neotel-apply/.editorconfig

16 lines
206 B
INI
Raw Normal View History

2021-09-02 00:47:39 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
[*.{toml,json,yml,yaml}]
indent_size = 4
indent_style = space
[*.nix]
indent_size = 2
indent_style = space