mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-01 20:51:15 +01:00
* add script to use clang-format to reformat all c/cpp source * add clang formatting workflow to fail if code isn't formatted * add clang format to development container and vscode config * remove ubuntu-20..04 version of dev container leaving only ubuntu-latest * add pre-commit hook * add basic .clang-format config file * run pre-commit checks on all files and update them * add code formatting badge to readme
6 lines
83 B
YAML
6 lines
83 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
IndentWidth: 4
|
|
ObjCBlockIndentWidth: 4
|
|
ColumnLimit: 200
|