From 2f65f2173f967c9c0deabed9a8115479f3e77df0 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 28 Oct 2021 22:44:47 -0500 Subject: [PATCH] Editor config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4d87686 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.rs] +indent_style = space +indent_size = 2