Added dot file to maintain consistent coding styles

This commit is contained in:
Orette D'Aguilar 2016-07-21 09:48:21 -05:00
parent d6329c26b3
commit 63b9ec2bd8
1 changed files with 12 additions and 0 deletions

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