Files
Baranov Victor fa98edd447 [clang-tidy][NFC] Enable RemoveSemicolon in clang-format config (#176926)
Welcome everyone to YAFI (yet another format improvements) in 2026:)
Starting from `clang-format-16` we have quite useful option
`RemoveSemicolon`.
2026-01-21 12:10:03 +03:00

11 lines
213 B
YAML

BasedOnStyle: LLVM
InsertNewlineAtEOF: true
KeepEmptyLines:
AtEndOfFile: false
AtStartOfBlock: false
AtStartOfFile: false
LineEnding: LF
QualifierAlignment: Left
RemoveBracesLLVM: true
RemoveSemicolon: true