From ba0bd2ca3ae9a6f9c5e63f3faf6f3fa998853b42 Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 30 Sep 2022 20:42:26 +0100 Subject: [PATCH] Use 4 space indents in .sql files This reflects the current style. Signed-off-by: Graham --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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