Fix #135
This commit is contained in:
parent
3111871465
commit
af29d10dc6
|
@ -62,6 +62,7 @@ else
|
|||
"indent_style|t", &optConfig.indent_style,
|
||||
"inplace", &inplace,
|
||||
"max_line_length", &optConfig.max_line_length,
|
||||
"soft_max_line_length", &optConfig.dfmt_soft_max_line_length,
|
||||
"outdent_attributes", &handleBooleans,
|
||||
"outdent_labels", &handleBooleans,
|
||||
"space_after_cast", &handleBooleans,
|
||||
|
@ -157,7 +158,7 @@ Formatting Options:
|
|||
--indent_size
|
||||
--indent_style|t
|
||||
--inplace
|
||||
--max_line_length
|
||||
--soft_max_line_length
|
||||
--max_line_length
|
||||
--outdent_attributes
|
||||
--outdent_labels
|
||||
|
|
Loading…
Reference in New Issue