diff --git a/.editorconfig b/.editorconfig index cea657e2..b2455005 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,6 @@ max_line_length = 80 [*.nix] indent_size = 2 + +[*.rs] +indent_style = tab