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
|
|
|
|
|
|
|
|
|
2015-11-18 17:27:16 +01:00
|
|
|
[{package.json,.travis.yml,.eslintrc,.babelrc}]
|
2014-08-19 23:28:48 +02:00
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
|
2015-10-24 19:20:31 +02:00
|
|
|
[{*.md,*.jade}]
|
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
|