nsjail/.clang-format

15 lines
292 B
Plaintext
Raw Normal View History

BasedOnStyle: Google
2023-09-22 23:02:01 +08:00
ColumnLimit: 100
IndentWidth: 8
UseTab: Always
---
Language: Cpp
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: Right
AlignOperands: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
IndentCaseLabels: false
2023-09-22 23:02:01 +08:00
---
Language: Proto