wakaama/.clang-format
Lukas Woodtli b0d8b97d4f cmake: Add CMake presets for running tests with logging
Using cache variables to configure the logging infrastructure requires a
different handling for testing. CMake's preset functionality helps to
build the project with different settings and run the corresponding
tests.
2024-05-29 15:31:44 +02:00

10 lines
108 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
---
Language: Json
BasedOnStyle: llvm