xenia/.clang-format
2020-02-22 12:31:21 -06:00

8 lines
182 B
YAML

---
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve