This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
comprehensive-rust
Watch
1
Star
0
Fork
0
You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced
2024-12-15 14:27:50 +02:00
Code
Issues
Releases
Activity
53baee82e3
comprehensive-rust
/
rustfmt.toml
3 lines
85 B
TOML
Raw
Normal View
History
Unescape
Escape
Format files with `dprint` (#711) The dprint formatter is a flexible system which will use sandboxed WebAssembly formatters to format our code (mostly: it calls out to `rustfmt` for Rust code). A particularly interesting feature is that dprint can format Rust code blocks in the Markdown files. However, before we turn that on, we need to have a way to normalize the Markdown text as it is extracted[1]. That is so that the word put into the translations is kept after the reformatting. [1]: https://github.com/google/mdbook-i18n-helpers/issues/19
2023-05-30 17:04:19 +02:00
imports_granularity
=
"module"
# Please use nightly for this setting.
Publish Comprehensive Rust 🦀
2022-12-21 17:36:30 +02:00
max_width
=
90
Reference in New Issue
Copy Permalink