Add the EditorConfig file to enforce JSON indentation

This commit is contained in:
Christophe Coevoet
2017-12-05 11:10:26 +01:00
parent 6b418234dc
commit 3f752be4e8
+10
View File
@@ -0,0 +1,10 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
[*.json]
indent_style = space
indent_size = 4