-
Notifications
You must be signed in to change notification settings - Fork 4
Development
github-actions[bot] edited this page Feb 8, 2026
·
4 revisions
Clang-format is being used for all C/C++ source code.
The default VS Code Javascript/Typescript formatter is used.
The project supports Biome for linting Typescript files. To check all files run:
cd webapp
npm install
npm run lintAutomatic fixes for findings are currently disabled in the script to keep commits clean.
When working on a specific file run
npx biome lint --write <./src/path/to/file>to automatically fix some of the findings in that particular file.
With the Biome extension for VS Code you will also get hints in the editor.