Merge pull request #83 from KOLANICH/editorconfig

Added .editorconfig
This commit is contained in:
ValdikSS 2018-06-26 22:08:15 +03:00 committed by GitHub
commit 3bd92d67ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf