nsjail/.clang-format
2023-09-22 16:52:19 +02:00

11 lines
254 B
YAML

BasedOnStyle: Google
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: Right
AlignOperands: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
IndentWidth: 8
IndentCaseLabels: false
UseTab: Always