Add EditorConfig file

This commit is contained in:
Christophe Coevoet
2017-12-05 11:15:02 +01:00
parent d6e497622b
commit 585dff3eb6

10
.editorconfig Normal file
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