dotfiles/.editorconfig
2022-02-03 19:33:04 +01:00

20 lines
288 B
INI

root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = false
[*.sh]
indent_style = tab
indent_size = 2
end_of_line = lf
[*.md]
max_line_length = 80
trim_trailing_whitespace = false
[.git*]
indent_style = tab