22 lines
533 B
YAML
22 lines
533 B
YAML
# This is the standard clang format file for CPP files for
|
|
# the j7s project.
|
|
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 100
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Middle
|
|
ReflowComments: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakInheritanceList: AfterColon
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
IndentWidth: 4
|
|
...
|