Commit 6c82ee04 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

editorconfig: JSON: use 2 space indent (not 4)

Harmonise with other tools (including jq's default behaviour)
and use a 2 space indent for JSON.
parent 2a88bbb5
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
# top-most EditorConfig file
root = true

[**]
insert_final_newline = true

[**.{asn1,asn,json}]
[**.{asn1,asn}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[**.{xsd, xml}]
[**.{json,xsd,xml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true