wiki/.editorconfig

18 lines
234 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = tabs
[*.nix]
indent_size = 2
indent_style = space
[*.md]
indent_size = 2
trim_trailing_whitespace = false