blokmap/.editorconfig

20 lines
269 B
INI
Raw Normal View History

2020-05-20 15:00:25 +00:00
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2020-05-20 15:58:11 +00:00
trim_trailing_whitespace = true
2020-05-20 15:00:25 +00:00
indent_style = space
indent_size = 4
2020-05-20 15:58:11 +00:00
quote_type = double
2020-05-20 15:00:25 +00:00
[*.html]
indent_size = 2
2020-05-20 15:58:11 +00:00
[*.svg]
indent_style = tab
indent_size = unset