mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-04 22:09:24 +00:00
18 lines
448 B
YAML
18 lines
448 B
YAML
BasedOnStyle: Google
|
|
Standard: Cpp11
|
|
SortIncludes: false
|
|
AccessModifierOffset: -4
|
|
PointerBindsToType: false
|
|
DerivePointerBinding: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine : false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
AlignConsecutiveAssignments: true
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignTrailingComments: true
|
|
AlignOperands: true
|
|
ColumnLimit: 80
|
|
IndentWidth: 4
|
|
TabWidth: 4
|