Backed up the old format. Generated a new default based on the Google style for later comparison.
14 lines
377 B
YAML
14 lines
377 B
YAML
---
|
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
Language: Cpp
|
|
# BasedOnStyle: Google
|
|
AlignOperands: AlignAfterOperator
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
ColumnLimit: 120
|
|
DerivePointerAlignment: false
|
|
SeparateDefinitionBlocks: Always
|
|
...
|