From a28f3a5d4d66e14b22fa837c2772ff3c456e86a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 4 Nov 2023 23:50:26 +0000 Subject: [PATCH] Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7db0ed0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +indent_style = tab + +[*.json] +tab_width = 4 + +[*.{styl,css}] +tab_width = 2 \ No newline at end of file