Skip to content

Commit

Permalink
Add swiftlint.additionalParameters to format on save.
Browse files Browse the repository at this point in the history
  • Loading branch information
markst committed Jun 9, 2022
1 parent 372159a commit d3f8a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"swiftlint.enable": true,
"swiftlint.configSearchPaths": ["./.swiftlint.yml"],
"swiftlint.autoLintWorkspace": false,
"swiftlint.additionalParameters": ["--format"],

"sourcekit-lsp.toolchainPath": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
"sourcekit-lsp.serverPath": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp",
Expand Down

0 comments on commit d3f8a93

Please sign in to comment.