20 lines
512 B
YAML
20 lines
512 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
IndentAccessModifiers: true
|
|
ColumnLimit: 0 # Sin límite de longitud de línea
|
|
BreakBeforeBraces: Attach # Llaves en la misma línea
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AlignOperands: false
|
|
AlignAfterOpenBracket: DontAlign
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
|
|
SortIncludes: CaseSensitive
|
|
IncludeBlocks: Merge
|
|
IncludeCategories:
|
|
- Regex: '.*'
|
|
Priority: 1
|
|
SortPriority: -1
|