1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Merge pull request #194 from bukzor/editorconfig

editorconfig helps me match your style
This commit is contained in:
Hongli Lai
2015-02-10 16:39:19 +01:00

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = tab