Skip to content

Commit

Permalink
Update VS Code formatting setting (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawatts authored Jan 24, 2024
1 parent 7297487 commit c6eb725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"spotlessGradle.format.enable": true,
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle",
"editor.codeActionsOnSave": {
"source.fixAll.spotlessGradle": true
"source.fixAll.spotlessGradle": "explicit"
}
},
}

0 comments on commit c6eb725

Please sign in to comment.