Skip to content

Commit

Permalink
feat(vscode): enable XO for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 18, 2024
1 parent 1476822 commit a955511
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"editor.formatOnSave": true,
"cmake.showOptionsMovedNotification": false,
"dotenv.enableAutocloaking": true,
"terminal.integrated.scrollback": 1000000
"terminal.integrated.scrollback": 1000000,
"[typescript]": {
"editor.defaultFormatter": "samverschueren.linter-xo"
},
"xo.format.enable": true
}

0 comments on commit a955511

Please sign in to comment.