Plume/.editorconfig

19 lines
259 B
INI
Raw Permalink Normal View History

2018-09-01 20:30:03 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,rs,css,tera,html}]
2018-09-01 20:30:03 +00:00
charset = utf-8
indent_size = 4
2018-09-01 20:30:03 +00:00
[*.{rs,tera,css,html}]
2018-09-01 20:30:03 +00:00
indent_style = space
indent_size = 4
[*.js]
indent_style = space
indent_size = 2