mirror of https://github.com/kiwix/libkiwix.git
13 lines
328 B
YAML
13 lines
328 B
YAML
BasedOnStyle: Google
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: All
|
|
BreakBeforeBraces: Linux
|
|
DerivePointerAlignment: false
|
|
SpacesInContainerLiterals: false
|
|
Standard: Cpp11
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|