From 1f3bd0ff701f4737fdb51d6c149dcdb92d7e1f93 Mon Sep 17 00:00:00 2001 From: Fatpandac Date: Sun, 16 Mar 2025 23:27:31 +0900 Subject: [PATCH] add .editorconfig file (#2497) * chore: add .editorconfig file * feat: add root config to .editorconfig Co-authored-by: Johannes Agricola --------- Co-authored-by: Johannes Agricola --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9bf79557 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +root = true +[*.rs] +indent_style = tab