Skip to content

Commit 7126fab

Browse files
brandon-exactkartben
authored andcommitted
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>
1 parent 9fdf613 commit 7126fab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ IndentCaseLabels: false
9999
IndentGotoLabels: false
100100
IndentWidth: 8
101101
InsertBraces: true
102+
InsertNewlineAtEOF: true
102103
SpaceBeforeInheritanceColon: False
103104
SpaceBeforeParens: ControlStatementsExceptControlMacros
104105
SortIncludes: Never

0 commit comments

Comments
 (0)