mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Merge pull request #20782 from lnicola/josh-pull-fmt
minor: Reformat code after rustc-pull
This commit is contained in:
commit
33018568f6
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
repo = "rust-analyzer"
|
||||
filter = ":rev(55d9a533b309119c8acd13061581b43ae8840823:prefix=src/tools/rust-analyzer):/src/tools/rust-analyzer"
|
||||
|
||||
[[post-pull]]
|
||||
cmd = ["cargo", "fmt"]
|
||||
commit-message = "Format code"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue