mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
23 lines
457 B
YAML
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
|