selfhost/.editorconfig

19 lines
373 B
INI
Raw Permalink Normal View History

2020-11-28 21:51:37 +00:00
root = true
[*]
indent_style = space
indent_size = 3
tab_width = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.{yml,yaml}]
indent_size = 2
tab_width = 2
[*.md]
trim_trailing_whitespace = false