mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 09:11:43 -05:00
20 lines
317 B
INI
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
|