Merge pull request #169 from orette/create-code-standards-file

Added dot file to maintain consistent coding styles
This commit is contained in:
Mahmoud Zalt 2016-07-22 00:27:37 +03:00 committed by GitHub
commit 233cfb5b07

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*]
charset = utf-8
[{Dockerfile,docker-compose.yml}]
indent_style = space
indent_size = 4