mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-28 13:47:53 +02:00
editorconfig: Follow rust style guide
This commit is contained in:
parent
3119b789f8
commit
2ee8217d0b
@ -132,6 +132,11 @@ in {
|
||||
indent_style = "tab";
|
||||
indent_size = 4;
|
||||
};
|
||||
|
||||
"*.rs" = {
|
||||
indent_style = "space";
|
||||
indent_size = 4;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user