From 83c3eb7048b9132b9ad59670accc8f5fea021bd5 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Tue, 29 Aug 2023 00:02:41 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20.editorconfig=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2f614487 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# configuration for https://editorconfig.org + +root = true + +[*.rs] +indent_style = space +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2