1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Added .editorconfig

This commit is contained in:
mfornos 2015-10-17 21:39:23 +02:00
parent 65629edd8c
commit 2359f9bd2f

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true