mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[format] Require EOF newline
This commit is contained in:
parent
45ca1c352d
commit
3eef564ff8
|
|
@ -3,6 +3,9 @@ BasedOnStyle: Google
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SortIncludes: true
|
SortIncludes: true
|
||||||
|
KeepEmptyLines:
|
||||||
|
AtStartOfFile: false
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
|
|
||||||
# Regroup causes unnecessary noise due to clang-format bug.
|
# Regroup causes unnecessary noise due to clang-format bug.
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
#if defined(OVERRIDING_BASE_CMDPROCESSOR)
|
#if defined(OVERRIDING_BASE_CMDPROCESSOR)
|
||||||
#define PM4_OVERRIDE override
|
#define PM4_OVERRIDE override
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue