Files
archived-recipes-contrib/.editorconfig
Christophe Coevoet 585dff3eb6 Add EditorConfig file
2017-12-05 11:15:02 +01:00

11 lines
132 B
INI

; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
[*.json]
indent_style = space
indent_size = 4