From d8390a72c05e0589f4cfe774844ee1ef708c4c36 Mon Sep 17 00:00:00 2001 From: danitw Date: Thu, 1 Dec 2022 02:17:00 -0300 Subject: [PATCH] chore: add .editorconfig file chore: add indent_style in .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a06ed29 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = tab