oktaeder/.editorconfig

14 lines
200 B
INI
Raw Normal View History

2023-07-26 16:29:07 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false