From df45949f6bcbb844746e5c35749172c130fda887 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 26 Dec 2024 12:57:39 +0100 Subject: [PATCH] :tada: Update editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1dec4b93c..dc592e36c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.{rs}] +indent_size = 4 +indent_style = space + +end_of_line = lf