clang-format: add new line at EOF.
Compliance failed for not having a new line at EOF yet I ran `git clang-format`. Adding this to the clang-format file will auto fix this in the future. Signed-off-by: Brandon Allen <brandon.allen@exacttechnology.com>
This commit is contained in:
parent
9fdf613d01
commit
7126fab232
@ -99,6 +99,7 @@ IndentCaseLabels: false
|
||||
IndentGotoLabels: false
|
||||
IndentWidth: 8
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
SpaceBeforeInheritanceColon: False
|
||||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
SortIncludes: Never
|
||||
|
||||
Loading…
Reference in New Issue
Block a user