2014-12-15 20:44:22 -08:00
|
|
|
# editorconfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
2014-12-22 13:05:16 +08:00
|
|
|
[*.{js,html}]
|
2014-12-15 20:44:22 -08:00
|
|
|
|
|
|
|
charset = utf-8
|
2015-01-04 16:54:49 +01:00
|
|
|
end_of_line = lf
|
|
|
|
indent_brace_style = 1TBS
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
2014-12-15 20:44:22 -08:00
|
|
|
insert_final_newline = true
|
2017-12-27 09:58:07 +09:00
|
|
|
max_line_length = 120
|
2014-12-15 20:44:22 -08:00
|
|
|
quote_type = auto
|
2015-01-04 16:54:49 +01:00
|
|
|
spaces_around_operators = true
|
|
|
|
trim_trailing_whitespace = true
|
2014-12-15 20:44:22 -08:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
2014-12-22 13:05:16 +08:00
|
|
|
trim_trailing_whitespace = false
|