File: rustfmt.toml

package info (click to toggle)
rust-doxx 0.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,532 kB
  • sloc: sh: 78; ruby: 15; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Rust formatting configuration for doxx
# Using only stable features for compatibility

edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
remove_nested_parens = true
use_small_heuristics = "Default"