From 5aa0a70f5f186cf6f06686107592400a10060281 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Sat, 2 Mar 2024 15:00:48 +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 +