tutorial: run-clang-x

This commit is contained in:
martin
2023-07-07 11:40:40 +02:00
parent e0543ecc12
commit 923ca74fe4
3 changed files with 29 additions and 0 deletions

5
clang-format.json Normal file
View File

@@ -0,0 +1,5 @@
{
"paths": ["./src/**/*.[ch]", "./include/**/*.[ch]", "./test/unittest/test/*.[ch]"],
"filterPre": [".*"],
"filterPost": ["./src/build/**", "./test/unittest/build/**", "./test/unittest/generated"]
}