Skip to content

Commit

Permalink
use astyle as default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ldab committed Jun 24, 2024
1 parent 07a0300 commit a631674
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"terminal.integrated.env.linux": {
"GTK_PATH": ""
},
"search.useIgnoreFiles": false
"search.useIgnoreFiles": false,
"[c]": {
"editor.defaultFormatter": "chiehyu.vscode-astyle"
}
}

0 comments on commit a631674

Please sign in to comment.