brewery

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git
.rustfmt.tomlToml26 lines1009 B
1
condense_wildcard_suffixes   = true
2
doc_comment_code_block_width = 80
3
edition                      = "2024"               # Keep in sync with Cargo.toml.
4
enum_discrim_align_threshold = 60
5
force_explicit_abi           = true
6
force_multiline_blocks       = true
7
format_code_in_doc_comments  = true
8
format_macro_matchers        = true
9
format_strings               = true
10
group_imports                = "StdExternalCrate"
11
hex_literal_case             = "Upper"
12
imports_granularity          = "Crate"
13
imports_layout               = "HorizontalVertical"
14
inline_attribute_width       = 60
15
match_block_trailing_comma   = true
16
max_width                    = 80
17
newline_style                = "Unix"
18
normalize_comments           = true
19
normalize_doc_attributes     = true
20
overflow_delimited_expr      = true
21
struct_field_align_threshold = 60
22
tab_spaces                   = 2
23
unstable_features            = true
24
use_field_init_shorthand     = true
25
use_try_shorthand            = true
26
wrap_comments                = true