mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-23 03:29:46 +00:00
14 lines
242 B
YAML
14 lines
242 B
YAML
---
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
|
|
# Regroup causes unnecessary noise due to clang-format bug.
|
|
IncludeBlocks: Preserve
|
|
|
|
---
|
|
Language: Java
|
|
DisableFormat: true
|
|
SortIncludes: false
|