mirror of
https://github.com/JaCzekanski/Avocado.git
synced 2025-04-02 10:52:39 -04:00
11 lines
235 B
YAML
11 lines
235 B
YAML
---
|
|
BasedOnStyle: Google
|
|
Language: Cpp
|
|
IndentWidth: 4
|
|
ColumnLimit: 140
|
|
PointerAlignment: Left
|
|
AlignTrailingComments: true
|
|
BreakBeforeBinaryOperators: All
|
|
AlignOperands: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
SortIncludes: false
|