mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Also update the crate name and references to it. This helps distinguish the C++ wrapper that's built using CXX from CXX itself.
16 lines
381 B
YAML
16 lines
381 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -2
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakConstructorInitializers: AfterColon
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
FixNamespaceComments: false
|
|
SpaceAfterTemplateKeyword: false
|
|
Standard: Cpp11
|
|
...
|