1
0
mirror of /repos/baseimage-docker.git synced 2026-06-25 13:50:50 +02:00

editorconfig helps me match your style, and avoid repeated python whitespace errors

This commit is contained in:
Buck Golemon
2015-02-06 13:13:20 -08:00
parent 5eeb176bd0
commit efd9a67a79
+11
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