[format] Require EOF newline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user