mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
20 lines
535 B
YAML
20 lines
535 B
YAML
---
|
|
BasedOnStyle: Google
|
|
AlignEscapedNewlinesLeft: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: 'true'
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
BinPackParameters: 'true'
|
|
ColumnLimit: '80'
|
|
PointerAlignment: Left
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesInContainerLiterals: 'true'
|
|
Standard: Cpp11
|
|
TabWidth: '4'
|
|
IndentWidth: '4'
|
|
UseTab: Never
|