Skip to content

Commit 22987e4

Browse files
authored
ClangFormat: set InsertNewlineAtEOF to true (#1358)
1 parent 6594184 commit 22987e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ IndentRequiresClause: true
200200
IndentWidth: 4
201201
IndentWrappedFunctionNames: false
202202
InsertBraces: false
203-
InsertNewlineAtEOF: false
203+
InsertNewlineAtEOF: true
204204
InsertTrailingCommas: None
205205
IntegerLiteralSeparator:
206206
Binary: 0

0 commit comments

Comments
 (0)