diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index d21d53a..da4056d 100644 --- a/.clang-format +++ b/.clang-format @@ -55,6 +55,9 @@ DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: false +ForEachMacros: + - 'for_each_possible_cpu' + IncludeBlocks: Preserve IncludeCategories: - Regex: '.*' |
