bragi/web/.editorconfig
2020-06-01 20:43:11 -07:00

13 lines
180 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
quote_type = single
[*.json]
quote_type = double