mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-07 15:48:56 +03:00
cd69e764f6
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
17 lines
396 B
TOML
17 lines
396 B
TOML
edition = "2018"
|
|
max_width = 85
|
|
newline_style = "Unix"
|
|
hard_tabs = true
|
|
tab_spaces = 4
|
|
use_field_init_shorthand = true
|
|
reorder_imports = true
|
|
binop_separator = "Back"
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
imports_layout = "Vertical"
|
|
normalize_comments = true
|
|
normalize_doc_attributes = true
|
|
overflow_delimited_expr = true
|
|
struct_field_align_threshold = 20
|
|
wrap_comments = true
|