This commit is contained in:
Hackerpilot 2015-04-23 16:56:06 -07:00
parent 3111871465
commit af29d10dc6
1 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ else
"indent_style|t", &optConfig.indent_style, "indent_style|t", &optConfig.indent_style,
"inplace", &inplace, "inplace", &inplace,
"max_line_length", &optConfig.max_line_length, "max_line_length", &optConfig.max_line_length,
"soft_max_line_length", &optConfig.dfmt_soft_max_line_length,
"outdent_attributes", &handleBooleans, "outdent_attributes", &handleBooleans,
"outdent_labels", &handleBooleans, "outdent_labels", &handleBooleans,
"space_after_cast", &handleBooleans, "space_after_cast", &handleBooleans,
@ -157,7 +158,7 @@ Formatting Options:
--indent_size --indent_size
--indent_style|t --indent_style|t
--inplace --inplace
--max_line_length --soft_max_line_length
--max_line_length --max_line_length
--outdent_attributes --outdent_attributes
--outdent_labels --outdent_labels