gayconf/.editorconfig

11 lines
155 B
INI
Raw Normal View History

2021-04-12 20:54:25 +02:00
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
2021-04-13 16:36:43 +02:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false