nsjail/.clang-format
2023-09-22 17:02:01 +02:00

16 lines
293 B
YAML

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