pushbits/.editorconfig
2020-07-26 00:32:13 +02:00

18 lines
260 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space
[Makefile]
indent_style = tab