38 lines
895 B
YAML
38 lines
895 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 79
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment: false
|
|
IndentWrappedFunctionNames: true
|
|
MaxEmptyLinesToKeep: 1
|
|
PointerAlignment: Left
|
|
SpaceAfterCStyleCast: true
|
|
SpacesInContainerLiterals: false
|
|
|
|
# Alas, not supported:
|
|
# ForceEmptyLineAtEOF: true
|
|
|
|
---
|
|
Language: JavaScript
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 79
|
|
IndentWrappedFunctionNames: true
|
|
MaxEmptyLinesToKeep: 1
|
|
SpacesInContainerLiterals: false
|