dotfiles/.editorconfig

21 lines
288 B
INI
Raw Permalink Normal View History

2022-02-03 18:33:04 +00:00
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