Move dockerfiles to their own folder

This commit is contained in:
Marcos Lilljedahl
2017-09-15 17:58:11 -03:00
parent 23d0d8e8d0
commit 6b43fc0e83
15 changed files with 4 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[{Makefile,*.go}]
indent_style = tab