Add YAML style to .editorconfig

Signed-off-by: Graham <gpe@openrs2.dev>
pull/86/head
Graham 4 years ago
parent 1e13174cc2
commit f19aed20f0
  1. 2
      .editorconfig

@ -14,7 +14,7 @@ indent_size = 4
# noinspection EditorConfigKeyCorrectness
disabled_rules = import-ordering
[*.xml]
[*.{xml,yaml,yml}]
indent_style = space
indent_size = 2

Loading…
Cancel
Save