Turn of Fixme and Todo reporting
This commit is contained in:
parent
a0b8f53e03
commit
8a1971f471
|
@ -4,8 +4,8 @@ fn_args_layout = "Visual"
|
||||||
fn_arg_intent = "Tabbed"
|
fn_arg_intent = "Tabbed"
|
||||||
reorder_imports = true
|
reorder_imports = true
|
||||||
reorder_imported_names = true
|
reorder_imported_names = true
|
||||||
report_todo = "Always"
|
report_todo = "Never"
|
||||||
report_fixme = "Always"
|
report_fixme = "Never"
|
||||||
normalize_comments = true
|
normalize_comments = true
|
||||||
use_try_shorthand = true
|
use_try_shorthand = true
|
||||||
max_width = 110
|
max_width = 110
|
||||||
|
|
Loading…
Reference in New Issue