Get to the point where we are fairly happy with our uncrustify config. Fixes #6.
This commit is contained in:
parent
d07d3dfe50
commit
62de9c2032
58 changed files with 4811 additions and 1946 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
@ -13,6 +13,18 @@
|
|||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Format",
|
||||
"type": "shell",
|
||||
"command": "uncrustify",
|
||||
"args": [
|
||||
"-c",
|
||||
"jsc.cfg",
|
||||
"--no-backup",
|
||||
"**/*.c",
|
||||
"**/*.h"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Meson Configure and Build",
|
||||
"type": "shell",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue