Welcome everyone to YAFI (yet another format improvements) in 2026:) Starting from `clang-format-16` we have quite useful option `RemoveSemicolon`.
11 lines
213 B
YAML
11 lines
213 B
YAML
BasedOnStyle: LLVM
|
|
InsertNewlineAtEOF: true
|
|
KeepEmptyLines:
|
|
AtEndOfFile: false
|
|
AtStartOfBlock: false
|
|
AtStartOfFile: false
|
|
LineEnding: LF
|
|
QualifierAlignment: Left
|
|
RemoveBracesLLVM: true
|
|
RemoveSemicolon: true
|