mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-24 17:06:37 +02:00
Exclude book/
directory from auto-formatting (#852)
The directory contains generated files and should be ignored when reformatting.
This commit is contained in:
parent
5d71f8a326
commit
ccde0db38c
@ -17,6 +17,7 @@
|
||||
"**/*.toml"
|
||||
],
|
||||
"excludes": [
|
||||
"/book/",
|
||||
"/src/",
|
||||
"/third_party/",
|
||||
"target/"
|
||||
|
Loading…
Reference in New Issue
Block a user