upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/rustfmt.toml
blob: 0869bdf9136a0185da5477e1053f6dc82f2fe32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unstable_features = true
style_edition = "2024"

# Imports
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

# Consistency
newline_style = "Unix"

# Comments
wrap_comments = true
format_code_in_doc_comments = true