mapchecking/.editorconfig

9 wiersze
161 B
INI

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