Files
the-biergarten-app/pipeline/.clang-format
2026-04-02 17:12:22 -04:00

11 lines
173 B
YAML

---
BasedOnStyle: Google
Standard: c++23
ColumnLimit: 100
IndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
IncludeBlocks: Preserve
...