tangled
alpha
login
or
join now
fuwn.net
/
germ
0
fork
atom
🦠 The Definitive Gemini Protocol Toolkit
gemini
gemini-protocol
gemtext
parser
zero-dependency
toolkit
ast
converter
html
markdown
cli
networking
0
fork
atom
overview
issues
pulls
pipelines
chore(rustfmt): remove old rules
fuwn.net
2 years ago
57dfd0bc
5c2fbd45
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
-2
1 changed file
expand all
collapse all
unified
split
rustfmt.toml
-2
rustfmt.toml
···
10
10
match_arm_blocks = false
11
11
max_width = 80
12
12
imports_granularity = "One"
13
13
-
merge_imports = true
14
13
newline_style = "Unix"
15
14
normalize_doc_attributes = true
16
15
overflow_delimited_expr = true
17
16
reorder_impl_items = true
18
17
group_imports = "StdExternalCrate"
19
19
-
required_version = "1.5.2"
20
18
struct_field_align_threshold = 40
21
19
tab_spaces = 2
22
20
use_field_init_shorthand = true