clang-format: Add options for newline at EOF and empty lines

This commit is contained in:
Eduardo Almeida
2025-09-27 21:56:48 +01:00
parent f7ae602c5f
commit 1ac07a4930

View File

@@ -21,8 +21,11 @@ IncludeCategories:
Priority: 1
SortPriority: 0
InsertBraces: true
InsertNewlineAtEOF: true
KeepEmptyLines:
AtEndOfFile: false
AtStartOfBlock: false
AtStartOfFile: false
LineEnding: LF
PackConstructorInitializers: Never
PointerAlignment: Left