From 42bae89496ed2b264bba509938b8b7b48af1bfd5 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 24 Jan 2025 01:01:12 +0100 Subject: [PATCH] Added Tabs indentation for ESC files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..4c83f20d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.esc] +indent_style = tab +indent_size = 2 \ No newline at end of file