(clang format) fix indent and make (rarely) accessor/setters in class on a single line

This commit is contained in:
Benjamin Sergeant
2019-05-31 00:53:14 -07:00
parent 285386e47f
commit ba4a9e1586
5 changed files with 12 additions and 45 deletions

View File

@ -11,7 +11,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true