Enforce new-line at end of code files

This commit is contained in:
Jonathan White 2025-07-06 09:20:11 -04:00
parent 20c65fbd1e
commit 76b2f377df
7 changed files with 7 additions and 6 deletions

View file

@ -54,6 +54,7 @@ IncludeCategories:
IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertNewlineAtEOF: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''