[format] Require EOF newline

This commit is contained in:
Margen67 2025-07-18 11:26:28 -07:00
parent 45ca1c352d
commit 3eef564ff8
72 changed files with 74 additions and 73 deletions

View file

@ -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

View file

@ -1,5 +1,3 @@
#if defined(OVERRIDING_BASE_CMDPROCESSOR)
#define PM4_OVERRIDE override
#else