.editorconfig: use tabs for rust files
This commit is contained in:
parent
0068624cd6
commit
16ce62302a
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ max_line_length = 80
|
||||||
|
|
||||||
[*.nix]
|
[*.nix]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
indent_style = tab
|
||||||
|
|
Loading…
Add table
Reference in a new issue