2018-09-01 20:30:03 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2018-12-06 17:54:16 +00:00
|
|
|
[*.{js,rs,css,tera,html}]
|
2018-09-01 20:30:03 +00:00
|
|
|
charset = utf-8
|
|
|
|
|
2018-12-06 17:54:16 +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
|