CI: added a clang-format job

This commit is contained in:
Benoit Blanchon
2021-02-26 13:08:01 +01:00
parent 3aab36fec2
commit 9094179856
4 changed files with 20 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
BasedOnStyle: Google
Standard: Cpp03
AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
# Always break after if to get accurate coverage
AllowShortIfStatementsOnASingleLine: false