1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-27 06:03:06 +02:00

add editorconfig.

This commit is contained in:
Kushagra Gour 2016-07-09 23:58:29 +05:30
parent 22532593e5
commit ded1b100a8

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true