jsfw/ser/.clang-format
viandoxdev eec4668856
ser
2023-05-06 18:42:50 +02:00

13 lines
291 B
YAML

# vi:ft=yaml
BasedOnStyle: LLVM
IndentWidth: 4
AlignArrayOfStructures: Left
PointerAlignment: Right
ColumnLimit: 130
IncludeBlocks: Regroup
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
AllowAllArgumentsOnNextLine: false
AlignEscapedNewlines: DontAlign