diff --git a/.editorconfig b/.editorconfig index 75d1091b..b54555cb 100644 --- a/.editorconfig +++ b/.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