(clang-format) Insert newline at end of file (#247)

* Insert newline at EOF

* Fix formatting
This commit is contained in:
Christian Semmler 2023-10-25 14:51:59 -04:00 committed by GitHub
parent 6b8dc8a0cc
commit a01bcf5241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 54 additions and 53 deletions

View file

@ -19,6 +19,7 @@ ContinuationIndentWidth: 4
IncludeBlocks: Regroup
IndentAccessModifiers: false
IndentWidth: 4
InsertNewlineAtEOF: true
PointerAlignment: Left
SpaceAfterCStyleCast: true
TabWidth: 4