From cf1b7c7b27b945409d6bd04134e27b441ae1c91e Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 28 Apr 2019 20:38:58 -0400 Subject: [PATCH] Add SQL editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 657bb4e..d279e0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ insert_final_newline = true trim_trailing_whitespace = true max_line_length = 79 +[*.sql] +indent_size = 4 + [*.ts] indent_size = 2