frontend/.editorconfig
Sytone 4642ce2b0f Update rules to use single quote
Update editor config to be consistent for YAML,JSON
2021-06-02 11:32:25 -07:00

22 lines
340 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.vue]
indent_style = tab
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 4