h5ai/.editorconfig

25 lines
314 B
INI
Raw Normal View History

2014-08-22 19:35:35 +02:00
# editorconfig.org
2014-08-19 23:28:48 +02:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2016-07-21 13:44:31 +02:00
[{package.json,.travis.yml,.eslintrc}]
2014-08-19 23:28:48 +02:00
indent_size = 2
2016-06-21 03:25:20 +02:00
[{*.md,*.pug}]
2014-08-19 23:28:48 +02:00
trim_trailing_whitespace = false
2014-12-11 01:35:21 +01:00
[*.svg]
insert_final_newline = false