neotel-apply/.editorconfig

16 lines
206 B
INI

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