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
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ IndentCaseLabels: false
|
|||
IndentGotoLabels: false
|
||||
IndentWidth: 8
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
SpaceBeforeInheritanceColon: False
|
||||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
SortIncludes: Never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue