xenia-canary/.clang-format

14 lines
242 B
Plaintext
Raw Permalink Normal View History

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