clang-format: Add options for newline at EOF and empty lines
This commit is contained in:
@@ -21,8 +21,11 @@ IncludeCategories:
|
|||||||
Priority: 1
|
Priority: 1
|
||||||
SortPriority: 0
|
SortPriority: 0
|
||||||
InsertBraces: true
|
InsertBraces: true
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
KeepEmptyLines:
|
KeepEmptyLines:
|
||||||
|
AtEndOfFile: false
|
||||||
AtStartOfBlock: false
|
AtStartOfBlock: false
|
||||||
|
AtStartOfFile: false
|
||||||
LineEnding: LF
|
LineEnding: LF
|
||||||
PackConstructorInitializers: Never
|
PackConstructorInitializers: Never
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
|
|||||||
Reference in New Issue
Block a user