From 7556d87c9887ed83164aea64240f25e0c2b00cf7 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Tue, 25 Feb 2025 12:40:13 +0000 Subject: [PATCH] Add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..89d3a8a92 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +# see https://editorconfig.org for more options, and setup instructions for your editor + +[*.rs] +indent_style = space +indent_size = 4