mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Don't use Preserve for IncludeBlocks.
This commit is contained in:
parent
ec15da8b14
commit
6c81f32426
|
|
@ -3,3 +3,6 @@ BasedOnStyle: Google
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SortIncludes: true
|
SortIncludes: true
|
||||||
|
|
||||||
|
# Regroup causes unnecessary noise due to clang-format bug.
|
||||||
|
IncludeBlocks: Preserve
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue