Vulcan/.editorconfig
2017-12-27 09:58:07 +09:00

20 lines
317 B
INI

# editorconfig.org
root = true
[*.{js,html}]
charset = utf-8
end_of_line = lf
indent_brace_style = 1TBS
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
quote_type = auto
spaces_around_operators = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false