1+ # Auto-generated from cpp-library (https://github.com/stlab/cpp-library)
2+ # Do not edit this file directly - it will be overwritten when templates are regenerated
3+
14# Format style options described here:
25# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
36
@@ -49,7 +52,7 @@ BreakConstructorInitializers: AfterColon
4952BreakAfterJavaFieldAnnotations : false
5053BreakStringLiterals : false
5154ColumnLimit : 100
52- CommentPragmas : ' ^ IWYU pragma:'
55+ CommentPragmas : " ^ IWYU pragma:"
5356CompactNamespaces : false
5457ConstructorInitializerAllOnOneLineOrOnePerLine : false
5558ConstructorInitializerIndentWidth : 4
@@ -59,28 +62,28 @@ DerivePointerAlignment: false
5962DisableFormat : false
6063ExperimentalAutoDetectBinPacking : false
6164FixNamespaceComments : true
62- ForEachMacros :
65+ ForEachMacros :
6366 - foreach
6467 - Q_FOREACH
6568 - BOOST_FOREACH
66- IncludeBlocks : Preserve
67- IncludeCategories :
68- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
69- Priority : 2
70- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
71- Priority : 3
72- - Regex : ' .* '
73- Priority : 1
74- IncludeIsMainRegex : ' $ '
69+ IncludeBlocks : Preserve
70+ IncludeCategories :
71+ - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
72+ Priority : 2
73+ - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
74+ Priority : 3
75+ - Regex : " .* "
76+ Priority : 1
77+ IncludeIsMainRegex : " $ "
7578IndentCaseLabels : true
7679IndentPPDirectives : None # Other option is AfterHash, which indents top level includes as well
7780IndentWidth : 4
7881IndentWrappedFunctionNames : true
7982JavaScriptQuotes : Leave
8083JavaScriptWrapImports : true
8184KeepEmptyLinesAtTheStartOfBlocks : false
82- MacroBlockBegin : ' '
83- MacroBlockEnd : ' '
85+ MacroBlockBegin : " "
86+ MacroBlockEnd : " "
8487MaxEmptyLinesToKeep : 1
8588NamespaceIndentation : None
8689ObjCBlockIndentWidth : 4
@@ -116,4 +119,3 @@ Language: Cpp
116119---
117120Language : ObjC
118121PointerAlignment : Right
119- ...
0 commit comments