.editorconfig: use tabs for rust files

This commit is contained in:
morguldir 2024-08-24 05:11:38 +02:00
parent 0068624cd6
commit 16ce62302a
No known key found for this signature in database
GPG Key ID: 5A6025D4F6E7A8A3
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ max_line_length = 80
[*.nix]
indent_size = 2
[*.rs]
indent_style = tab