Create .editorconfig

This commit is contained in:
IRSHAD PC 2017-11-26 13:24:58 +05:30 committed by GitHub
parent 672a7b0696
commit bfc2da6912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = spaces
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true