10 lines
235 B
TOML
10 lines
235 B
TOML
# .rustfmt.toml
|
|
max_width = 100
|
|
hard_tabs = false
|
|
tab_spaces = 4
|
|
newline_style = "Auto"
|
|
use_small_heuristics = "Default"
|
|
indent_style = "Block"
|
|
wrap_comments = true
|
|
format_code_in_doc_comments = true
|
|
doc_comment_code_block_width = 100
|