mapchecking/.editorconfig

9 wiersze
161 B
INI

2020-10-08 14:48:40 +00:00
root = true
[*.{js,vue,html}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = false