osu-auth-reader/.clang-format

18 lines
519 B
YAML

IndentWidth: 4
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
UseTab: Never
ColumnLimit: 0
SpaceAfterCStyleCast: true
PointerAlignment: Right
NamespaceIndentation: All
AlwaysBreakTemplateDeclarations: Yes
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: None
AllowShortLoopsOnASingleLine: false
IndentPPDirectives: AfterHash