Use 4 space indents in .sql files

This reflects the current style.

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 2 years ago
parent eebb54dd60
commit ba0bd2ca3a
  1. 4
      .editorconfig

@ -20,6 +20,10 @@ disabled_rules = argument-list-wrapping, parameter-list-wrapping, wrapping
[*.md]
max_line_length = 80
[*.sql]
indent_style = space
indent_size = 4
# @formatter:off
[*.{json,xml,yaml,yml}]
# @formatter:on

Loading…
Cancel
Save