Use 2 space indents in JSON files

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 3889c8a034
commit 3eafe45f78
  1. 2
      .editorconfig

@ -21,7 +21,7 @@ disabled_rules = indent, parameter-list-wrapping
max_line_length = 80
# @formatter:off
[*.{xml,yaml,yml}]
[*.{json,xml,yaml,yml}]
# @formatter:on
indent_style = space
indent_size = 2

Loading…
Cancel
Save