From 5a8644032f8d860e11a005d1590ac669fec65f26 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:48:09 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..01daba7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.sql] +indent_style = space +indent_size = 4 +