Move .editorconfig to root for GitHub tab rendering

This commit is contained in:
Keavon Chambers
2021-03-27 02:26:55 -07:00
parent 1dfbe9192e
commit fe51be0bb6
+7
View File
@@ -0,0 +1,7 @@
[*.{rs,js,ts,vue,json,toml,svg,html,css,scss}]
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 200