mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Format All Files with ClangFormat",
|
|
"type": "shell",
|
|
"command": "find . -name '*.cpp' -o -name '*.h' | xargs clang-format -i",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|