mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-16 14:17:37 -05:00
17 lines
467 B
Plaintext
17 lines
467 B
Plaintext
|
|
---
|
||
|
|
BasedOnStyle: Google
|
||
|
|
AccessModifierOffset: '-2'
|
||
|
|
AlignTrailingComments: 'true'
|
||
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||
|
|
AlwaysBreakTemplateDeclarations: 'No'
|
||
|
|
BreakBeforeBraces: Attach
|
||
|
|
ColumnLimit: '100'
|
||
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||
|
|
IncludeBlocks: Regroup
|
||
|
|
IndentPPDirectives: AfterHash
|
||
|
|
IndentWidth: '2'
|
||
|
|
NamespaceIndentation: All
|
||
|
|
BreakBeforeBinaryOperators: All
|
||
|
|
BreakBeforeTernaryOperators: 'true'
|
||
|
|
...
|