clang-format now adds newline at the end of file.

This commit is contained in:
Kjetil Olsen Lye 2025-02-10 10:54:15 +01:00
parent 5181a06219
commit e9c7e02bc1

View File

@ -14,6 +14,7 @@
ColumnLimit: 120, ColumnLimit: 120,
Cpp11BracedListStyle: true, Cpp11BracedListStyle: true,
FixNamespaceComments: true, FixNamespaceComments: true,
InsertNewlineAtEOF: true,
MaxEmptyLinesToKeep: 5, MaxEmptyLinesToKeep: 5,
NamespaceIndentation: Inner, NamespaceIndentation: Inner,
} }