Files
cproject/clang-format.json
2023-07-07 11:40:40 +02:00

6 lines
205 B
JSON

{
"paths": ["./src/**/*.[ch]", "./include/**/*.[ch]", "./test/unittest/test/*.[ch]"],
"filterPre": [".*"],
"filterPost": ["./src/build/**", "./test/unittest/build/**", "./test/unittest/generated"]
}