-
Victor Poughon authored5b7fea22
---AlignAfterOpenBracket: AlignAlignConsecutiveAssignments: trueAlignConsecutiveDeclarations: trueAlignEscapedNewlinesLeft: trueAlignOperands: trueAlignTrailingComments: trueAllowShortBlocksOnASingleLine: falseAllowShortCaseLabelsOnASingleLine: falseAllowShortFunctionsOnASingleLine: falseAllowShortIfStatementsOnASingleLine: falseAllowShortLoopsOnASingleLine: falseAlwaysBreakBeforeMultilineStrings: trueAlwaysBreakTemplateDeclarations: trueBreakBeforeBraces: AllmanColumnLimit: 160ConstructorInitializerAllOnOneLineOrOnePerLine: trueConstructorInitializerIndentWidth: 2Cpp11BracedListStyle: trueDerivePointerAlignment: falseIndentWidth: 2Language: CppMaxEmptyLinesToKeep: 2NamespaceIndentation: NonePointerAlignment: LeftSortIncludes: falseStandard: Cpp11TabWidth: 2UseTab: Never...