Get to the point where we are fairly happy with our uncrustify config. Fixes #6.

This commit is contained in:
Joshua Strobl 2021-05-11 20:05:04 +03:00
parent d07d3dfe50
commit 62de9c2032
58 changed files with 4811 additions and 1946 deletions

12
.vscode/tasks.json vendored
View file

@ -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",