Files
openai-realtime-embedded-sdk/.clang-format
2024-11-14 15:54:24 -05:00

10 lines
251 B
YAML

BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 80
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Attach
DerivePointerAlignment: false
PointerAlignment: Right