Create .editorconfig

This commit is contained in:
khai96_ 2020-05-08 10:30:16 +07:00
parent b5a5e98c9e
commit 62b5904eb7

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.js,*.ts]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
tab_width = 4