From 074991810e44a45c28a6ea77f22835a1b3666747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 1 Jul 2023 01:21:02 +0300 Subject: [PATCH] chore(style): 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..e7b3bfd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# configuration for https://editorconfig.org + +root = true + +[*.rs] +indent_style = space +indent_size = 4 + +[*.sh] +indent_style = space +indent_size = 2