Skip to content

Commit b2807d2

Browse files
committed
add format-code option
1 parent 21bd966 commit b2807d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/modules/ROOT/pages/processor/configuration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ options:
1414
package-name: io.openapiprocessor.sample
1515
model-name-suffix: Resource
1616
bean-validation: true
17+
format-code: false
1718
javadoc: true
1819
1920
map:
@@ -39,6 +40,8 @@ annotations. Default is `false`. See link:{bean-validation}[Bean Validation Spec
3940

4041
* `javadoc` (**optional**, `true` or `false`) enables generation of JavaDoc comments from the OpenAPI `description` s on the API interfaces and model pojos.Default is `false`.This is still experimental.
4142

43+
* `format-code` (**optional**, `true` or `false`) enable or disable the code formatter: Default is `true`.
44+
4245
[#_model_name_suffix]
4346
=== model name suffix:
4447

0 commit comments

Comments
 (0)