From d81f92990052a4f7a3c33bc6d70e1fcaafac7903 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 21 Oct 2022 09:21:30 -0500 Subject: [PATCH] editorconfig: update to Beeper standards Signed-off-by: Sumner Evans --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 02798cd..7a8b853 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,11 @@ insert_final_newline = true [*.{yaml,yml}] indent_style = space +indent_size = 2 + +[*.sql] +indent_style = space +indent_size = 4 [.gitlab-ci.yml] indent_size = 2