mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 10:09:03 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
---
|
|
BasedOnStyle: Google
|
|
Standard: c++23
|
|
ColumnLimit: 100
|
|
IndentWidth: 2
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
IncludeBlocks: Preserve
|
|
...
|