JUCE_Template/Source/.clang-format

56 lines
1.8 KiB
YAML

AccessModifierOffset : '-4'
AlignAfterOpenBracket : Align
AlignConsecutiveAssignments : 'false'
AlignConsecutiveDeclarations : 'false'
AlignEscapedNewlinesLeft : 'false'
AlignOperands : 'true'
AlignTrailingComments : 'false'
AllowAllParametersOfDeclarationOnNextLine : 'false'
AllowShortBlocksOnASingleLine : 'false'
AllowShortCaseLabelsOnASingleLine : 'false'
AllowShortFunctionsOnASingleLine : All
AllowShortIfStatementsOnASingleLine : 'false'
AllowShortLoopsOnASingleLine : 'false'
AlwaysBreakAfterDefinitionReturnType : None
AlwaysBreakAfterReturnType : None
AlwaysBreakBeforeMultilineStrings : 'false'
AlwaysBreakTemplateDeclarations : 'true'
BinPackArguments : 'false'
BinPackParameters : 'false'
BreakAfterJavaFieldAnnotations : 'false'
BreakBeforeBinaryOperators : NonAssignment
BreakBeforeBraces : Allman
BreakBeforeTernaryOperators : 'true'
BreakConstructorInitializersBeforeComma : 'false'
BreakStringLiterals : 'false'
ColumnLimit : '0'
ConstructorInitializerAllOnOneLineOrOnePerLine : 'true'
ConstructorInitializerIndentWidth : '4'
ContinuationIndentWidth : '4'
Cpp11BracedListStyle : 'false'
DerivePointerAlignment : 'false'
DisableFormat : 'false'
ExperimentalAutoDetectBinPacking : 'false'
IndentCaseLabels : 'true'
IndentWidth : '4'
IndentWrappedFunctionNames : 'true'
KeepEmptyLinesAtTheStartOfBlocks : 'false'
Language : Cpp
MaxEmptyLinesToKeep : '1'
NamespaceIndentation : Inner
PointerAlignment : Left
ReflowComments : 'false'
SortIncludes : 'true'
SpaceAfterCStyleCast : 'true'
SpaceBeforeAssignmentOperators : 'true'
SpaceBeforeParens : ControlStatements
SpaceInEmptyParentheses : 'false'
SpacesInAngles : 'false'
SpacesInCStyleCastParentheses : 'false'
SpacesInContainerLiterals : 'true'
SpacesInParentheses : 'false'
SpacesInSquareBrackets : 'false'
Standard : Cpp11
TabWidth : '4'
UseTab : Never