Files
nsjail/.clang-format
Robert Swiecki f2157650b6 make indent
2026-04-10 21:12:30 +02:00

23 lines
457 B
YAML

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