Skip to content

Commit

Permalink
feat(nx-spring-boot): unselect by default adding code formatting support
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft authored Jul 17, 2022
1 parent 4892ad8 commit 005ad95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nx-spring-boot/src/generators/project/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
},
"skipFormat": {
"type": "boolean",
"default": false,
"x-prompt": "Do not allow code formatting (using Spotless plugin) ?"
"default": true,
"x-prompt": "Do not add code formatting support(using Spotless plugin)?"
},
"dependencies": {
"type": "string",
Expand Down

0 comments on commit 005ad95

Please sign in to comment.