From 085fde7d4a61cbdd05fca92eedd79139109da639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 8 Jul 2023 22:21:24 +0200 Subject: [PATCH] chore(github): add EditorConfig config (#300) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..be8a539a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# configuration for https://editorconfig.org + +root = true + +[*.rs] +indent_style = space +indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2