xenia/.clang-format

14 lines
242 B
Plaintext
Raw Permalink Normal View History

2015-02-21 17:45:23 -05:00
---
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
2015-12-27 13:27:46 -05:00
SortIncludes: true
2020-02-22 13:05:37 -05:00
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve
---
Language: Java
DisableFormat: true
SortIncludes: false