- clang formatter - new NimBLE settings - BLE has more advertise data Signed-off-by: Peter Siegmund <developer@mars3142.org>
18 lines
254 B
YAML
18 lines
254 B
YAML
CompileFlags:
|
|
Add:
|
|
- -Wno-unknown-warning-option
|
|
- -Wno-format
|
|
Remove:
|
|
- -mword-relocations
|
|
|
|
Diagnostics:
|
|
ClangTidy:
|
|
FastCheckFilter: None
|
|
|
|
---
|
|
|
|
If:
|
|
PathMatch: .*\.h
|
|
Diagnostics:
|
|
UnusedIncludes: None
|