You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
3.0 KiB

3 months ago
3 months ago
  1. ---
  2. AlignConsecutiveMacros:
  3. Enabled: true
  4. AllowShortBlocksOnASingleLine: Always
  5. AllowShortCaseLabelsOnASingleLine: true
  6. AllowShortEnumsOnASingleLine: true
  7. AllowShortFunctionsOnASingleLine: All
  8. AllowShortIfStatementsOnASingleLine: AllIfsAndElse
  9. AllowShortLambdasOnASingleLine: All
  10. AllowShortLoopsOnASingleLine: true
  11. BitFieldColonSpacing: Both
  12. BreakBeforeBinaryOperators: NonAssignment
  13. BreakBeforeBraces: Attach
  14. BreakBeforeTernaryOperators: true
  15. BreakConstructorInitializers: BeforeComma
  16. AllowShortCompoundRequirementOnASingleLine: true
  17. AllowAllParametersOfDeclarationOnNextLine: false
  18. AllowAllArgumentsOnNextLine: false
  19. AlignTrailingComments:
  20. Kind: Always
  21. AlignAfterOpenBracket: BlockIndent
  22. AccessModifierOffset: -4
  23. IndentWidth: 4
  24. UseTab: Never
  25. TabWidth: 4
  26. Standard: Latest
  27. SpacesInSquareBrackets: false
  28. SpacesInParensOptions: {}
  29. SpacesInParens: Never
  30. SpacesInContainerLiterals: false
  31. SpacesInAngles: Never
  32. SpacesBeforeTrailingComments: 4
  33. SpaceInEmptyBlock: false
  34. SpaceBeforeSquareBrackets: false
  35. SpaceBeforeRangeBasedForLoopColon: true
  36. SpaceBeforeParensOptions:
  37. AfterControlStatements: true
  38. AfterForeachMacros: true
  39. AfterFunctionDeclarationName: false
  40. AfterFunctionDefinitionName: false
  41. AfterIfMacros: true
  42. AfterOverloadedOperator: false
  43. AfterPlacementOperator: true
  44. AfterRequiresInClause: true
  45. AfterRequiresInExpression: true
  46. BeforeNonEmptyParentheses: false
  47. SpaceBeforeJsonColon: true
  48. SpaceBeforeInheritanceColon: true
  49. SpaceBeforeCtorInitializerColon: true
  50. SpaceBeforeCpp11BracedList: false
  51. SpaceBeforeCaseColon: false
  52. SpaceBeforeAssignmentOperators: true
  53. PointerAlignment: Middle
  54. SpaceAfterTemplateKeyword: true
  55. SpaceAfterLogicalNot: false
  56. SpaceAfterCStyleCast: false
  57. SortUsingDeclarations: LexicographicNumeric
  58. SortJavaStaticImport: After
  59. SortIncludes: CaseInsensitive
  60. ShortNamespaceLines: 20
  61. SeparateDefinitionBlocks: Leave
  62. RequiresExpressionIndentation: OuterScope
  63. RequiresClausePosition: OwnLine
  64. RemoveSemicolon: true
  65. RemoveParentheses: Leave
  66. RemoveBracesLLVM: false
  67. ReflowComments: true
  68. ReferenceAlignment: Middle
  69. QualifierAlignment: Right
  70. PackConstructorInitializers: NextLine
  71. PPIndentWidth: -1
  72. NamespaceIndentation: None
  73. MaxEmptyLinesToKeep: 1
  74. LineEnding: LF
  75. Language: Cpp
  76. LambdaBodyIndentation: OuterScope
  77. KeepEmptyLinesAtTheStartOfBlocks: false
  78. KeepEmptyLinesAtEOF: true
  79. IntegerLiteralSeparator:
  80. Binary: 4
  81. BinaryMinDigits: 9
  82. Decimal: 3
  83. DecimalMinDigits: 5
  84. Hex: 4
  85. HexMinDigits: 6
  86. InsertTrailingCommas: None
  87. InsertNewlineAtEOF: true
  88. InsertBraces: false
  89. IndentWrappedFunctionNames: false
  90. IndentRequiresClause: false
  91. IndentPPDirectives: AfterHash
  92. IndentGotoLabels: false
  93. IndentExternBlock: NoIndent
  94. IndentCaseLabels: true
  95. IndentCaseBlocks: false
  96. IndentAccessModifiers: false
  97. IncludeBlocks: Regroup
  98. FixNamespaceComments: true
  99. EmptyLineBeforeAccessModifier: Leave
  100. EmptyLineAfterAccessModifier: Leave
  101. DisableFormat: false
  102. DerivePointerAlignment: true
  103. Cpp11BracedListStyle: true
  104. ContinuationIndentWidth: 4
  105. ConstructorInitializerIndentWidth: 4
  106. CompactNamespaces: false
  107. ColumnLimit: 120
  108. BreakStringLiterals: true
  109. BreakInheritanceList: BeforeComma
  110. AlignArrayOfStructures: Left