chore: add editorconfig

This commit is contained in:
Ankush Menat 2022-07-15 16:28:30 +05:30
parent 46191e7a53
commit 5ea1d33fdf

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# Root editor config file
root = true
# Common settings
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
# indentation settings
[{*.js,*.css,*.html}]
indent_style = tab
indent_size = 4