Skip to content

Commit 4d37b59

Browse files
committed
#7, update default value
1 parent bfda57c commit 4d37b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/Options.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ data class Options(
5050
/**
5151
* enable/disable the code formatter (optional)
5252
*/
53-
val formatCode: Boolean = true,
53+
val formatCode: Boolean = false,
5454

5555
/**
5656
* enable/disable the @Generated date (optional)

0 commit comments

Comments
 (0)