Vulcan/.editorconfig

21 lines
317 B
INI
Raw Permalink Normal View History

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
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
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