From b18746c413ca7368b8512056b7ad74a682111e8a Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 26 Oct 2024 01:16:26 -0300 Subject: [PATCH] Add .editorconfig --- .editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bb04bde --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +[*.rb] +indent_style = space +indent_size = 2 + +[*.tsx, *.ts] +indent_style = space +indent_size = 2 + +[*.scss] +indent_style = space +indent_size = 2 + +[*.yml, *.yaml] +indent_style = space +indent_size = 2