Vulcan/.editorconfig

21 lines
316 B
INI
Raw 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
max_line_length = 80
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