nimbus/.clang-format
2021-12-21 12:08:01 -06:00

19 lines
456 B
YAML

---
BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Attach
BreakConstructorInitializers: AfterColon
ColumnLimit: 130
ConstructorInitializerAllOnOneLineOrOnePerLine: true
NamespaceIndentation: All
PointerAlignment: Right
IndentWidth: 2
IndentCaseLabels: true
UseTab: Never
AccessModifierOffset: -1
AlignEscapedNewlines: Left
SpacesBeforeTrailingComments: 2