mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
16 lines
393 B
TOML
16 lines
393 B
TOML
comment_width = 100
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
group_imports = "StdExternalCrate"
|
|
hex_literal_case = "Lower"
|
|
imports_granularity = "Crate"
|
|
max_width = 100
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
normalize_doc_attributes = true
|
|
reorder_impl_items = true
|
|
style_edition = "2024"
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
wrap_comments = true
|