1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Set Cargo roots

This commit is contained in:
Mo 2023-08-18 00:03:39 +02:00
parent 809b2d7422
commit fd9c8554ea

View file

@ -3,6 +3,7 @@ check.command = "clippy"
[[language]]
name = "rust"
roots = ["Cargo.toml"]
[language.auto-pairs]
'(' = ')'
'{' = '}'