.editorconfig: use tabs for rust files
This commit is contained in:
@@ -18,3 +18,6 @@ max_line_length = 80
|
|||||||
|
|
||||||
[*.nix]
|
[*.nix]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
indent_style = tab
|
||||||
|
|||||||
Reference in New Issue
Block a user