From dec36156df67a2d718c54c54bde3671738868bd3 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Sun, 10 Mar 2024 15:11:06 +0100 Subject: [PATCH] Add editorconfig file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ace50f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.rs] +indent_style = tab +indent_size = 4 +max_line_length = 100 +