16 lines
309 B
INI
Raw Normal View History

2020-10-28 16:50:09 +00:00
# EditorConfig is awesome: https://EditorConfig.org
2017-06-29 18:35:47 +02:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false