clang-format: Add options for newline at EOF and empty lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user