File: rustfmt.toml

package info (click to toggle)
rust-ppmd-rust 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
# These don't change the "standard" how Rust programs normaly look, but make things more consistent.
format_code_in_doc_comments = true
hex_literal_case = "Upper"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
use_try_shorthand = true