Files
terminal-spreadsheet/.clang-format
2023-08-18 17:20:36 +02:00

13 lines
313 B
YAML

# modified .clang-format from
# https://github.com/torvalds/linux/blob/master/.clang-format
BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: false
PointerAlignment: Right