Skip to content

Commit 43e1064

Browse files
committed
clang-format now adds newline at the end of file.
1 parent ee8252e commit 43e1064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ColumnLimit: 120,
1515
Cpp11BracedListStyle: true,
1616
FixNamespaceComments: true,
17+
InsertNewlineAtEOF: true,
1718
MaxEmptyLinesToKeep: 5,
1819
NamespaceIndentation: Inner,
1920
}

0 commit comments

Comments
 (0)