From 323dcd9257a0da8f2ed2a69d4e0b939e57db25ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 20 Feb 2022 05:23:32 +0300 Subject: [PATCH] docs(project): add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..23205e7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# https://editorconfig.org + +root = true + +[{*.sh, *.rs}] +indent_style = space +indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2