mirror of
https://github.com/xenia-canary/xenia-canary.git
synced 2026-01-09 06:24:08 +08:00
17 lines
306 B
YAML
17 lines
306 B
YAML
---
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
KeepEmptyLines:
|
|
AtStartOfFile: false
|
|
InsertNewlineAtEOF: true
|
|
|
|
# Regroup causes unnecessary noise due to clang-format bug.
|
|
IncludeBlocks: Preserve
|
|
|
|
---
|
|
Language: Java
|
|
DisableFormat: true
|
|
SortIncludes: false
|