# top-most EditorConfig file
root = true

# Global rules, override on case-by-case basis
[*]
charset = utf-8
indent_style = space
max_line_length = 120
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{vue,js,ts,scss}]
quote_type = double

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[*.svg]
insert_final_newline = false
