🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
No EOL
342 B
YAML
Executable file
13 lines
No EOL
342 B
YAML
Executable file
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
BreakBeforeBraces: Attach
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SpacesBeforeTrailingComments: 1 |