timestring/.editorconfig

13 lines
188 B
INI
Raw Permalink Normal View History

2014-07-17 22:35:55 +02:00
root = true
[*]
2015-04-30 11:30:41 +02:00
charset = utf-8
end_of_line = lf
2014-07-17 22:35:55 +02:00
indent_style = space
2015-04-30 11:30:41 +02:00
insert_final_newline = true
2014-07-17 22:35:55 +02:00
indent_size = 2
trim_trailing_whitespace = true
2015-04-30 11:30:41 +02:00
[*.md]
trim_trailing_whitespace = false