2015-08-01 16:31:59 +02:00
|
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
|
2016-02-14 16:18:13 +01:00
|
|
|
BasedOnStyle: Google
|
2023-02-16 11:51:02 +01:00
|
|
|
Standard: c++11
|
2016-06-22 21:41:19 +02:00
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
2021-02-26 13:08:01 +01:00
|
|
|
IncludeBlocks: Preserve
|
2021-06-16 21:08:01 +02:00
|
|
|
IndentPPDirectives: AfterHash
|
2022-08-09 16:52:17 +02:00
|
|
|
DerivePointerAlignment: false
|
2020-02-16 15:05:23 +01:00
|
|
|
|
|
|
|
# Always break after if to get accurate coverage
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2022-12-24 15:47:48 +01:00
|
|
|
AllowShortLoopsOnASingleLine: false
|