nsjail/.clang-format
2023-10-03 23:22:49 +02:00

15 lines
292 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