mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-03 14:54:09 +00:00
.editorconfig: use tabs for rust files
This commit is contained in:
parent
0068624cd6
commit
16ce62302a
|
@ -18,3 +18,6 @@ max_line_length = 80
|
|||
|
||||
[*.nix]
|
||||
indent_size = 2
|
||||
|
||||
[*.rs]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in a new issue