mirror of
https://github.com/xenia-project/xenia.git
synced 2025-04-02 11:02:16 -04:00
13 lines
242 B
YAML
13 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
|