mirror of
https://github.com/openai/openai-realtime-embedded-sdk.git
synced 2024-12-22 15:30:39 +03:00
10 lines
251 B
YAML
10 lines
251 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BreakBeforeBraces: Attach
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|