From 44a1d1d1adfad58c0d9d070ff77f35eb52b0bce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 28 Oct 2023 19:39:27 +0000 Subject: [PATCH] Add .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2f3d34f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.{styl,css}] +indent_style = tab +tab_width = 2 \ No newline at end of file