diff --git a/src/dfmt/main.d b/src/dfmt/main.d index d4f1a8d..9fc5094 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -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