h5ai/.editorconfig

25 lines
292 B
INI
Raw Normal View History

2014-08-22 13:35:35 -04:00
# editorconfig.org
2014-08-19 17:28:48 -04:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2019-05-05 17:03:07 -04:00
[{*.json,*.yml}]
2014-08-19 17:28:48 -04:00
indent_size = 2
2016-06-20 21:25:20 -04:00
[{*.md,*.pug}]
2014-08-19 17:28:48 -04:00
trim_trailing_whitespace = false
2014-12-10 21:35:21 -03:00
[*.svg]
insert_final_newline = false