Merge pull request #5970 from kjetilly/clang-format-newline

clang-format now adds newline at the end of file.
This commit is contained in:
Atgeirr Flø Rasmussen 2025-02-10 13:59:48 +01:00 committed by GitHub
commit fa67170c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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