[format] Require EOF newline
This commit is contained in:
@@ -3,6 +3,9 @@ BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
SortIncludes: true
|
||||
KeepEmptyLines:
|
||||
AtStartOfFile: false
|
||||
InsertNewlineAtEOF: true
|
||||
|
||||
# Regroup causes unnecessary noise due to clang-format bug.
|
||||
IncludeBlocks: Preserve
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#if defined(OVERRIDING_BASE_CMDPROCESSOR)
|
||||
#define PM4_OVERRIDE override
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user