Skip to content

Commit

Permalink
add AlwaysBreakAfterReturnType to all_settings variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rapimo committed Oct 26, 2017
1 parent c9322be commit ad75119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clang_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"AllowShortBlocksOnASingleLine", "AllowShortCaseLabelsOnASingleLine",
"AllowShortFunctionsOnASingleLine", "AllowShortIfStatementsOnASingleLine",
"AllowShortLoopsOnASingleLine", "AlwaysBreakAfterDefinitionReturnType",
"AlwaysBreakBeforeMultilineStrings", "AlwaysBreakTemplateDeclarations",
"BinPackArguments", "BinPackParameters", "BraceWrapping",
"BreakAfterJavaFieldAnnotations", "BreakBeforeBinaryOperators",
"BreakBeforeBraces", "BreakBeforeTernaryOperators",
"AlwaysBreakAfterReturnType", "AlwaysBreakBeforeMultilineStrings",
"AlwaysBreakTemplateDeclarations", "BinPackArguments", "BinPackParameters",
"BraceWrapping", "BreakAfterJavaFieldAnnotations", "BreakBeforeBinaryOperators",
"BreakBeforeBraces", "BreakBeforeTernaryOperators",
"BreakConstructorInitializersBeforeComma", "ColumnLimit", "CommentPragmas",
"ConstructorInitializerAllOnOneLineOrOnePerLine",
"ConstructorInitializerIndentWidth", "ContinuationIndentWidth",
"Cpp11BracedListStyle", "DerivePointerAlignment", "DisableFormat",
"ExperimentalAutoDetectBinPacking", "ForEachMacros", "IncludeCategories",
"ExperimentalAutoDetectBinPacking", "ForEachMacros", "IncludeCategories",
"IndentCaseLabels", "IndentWidth", "IndentWrappedFunctionNames",
"KeepEmptyLinesAtTheStartOfBlocks", "Language", "MacroBlockBegin", "MacroBlockEnd",
"MaxEmptyLinesToKeep", "NamespaceIndentation", "ObjCBlockIndentWidth",
Expand Down
1 change: 1 addition & 0 deletions clang_format_custom.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
// DRTBS_TopLevel (in configuration: TopLevel) Always break after the return types
// of top level functions.
// "AlwaysBreakAfterDefinitionReturnType": "None",
// "AlwaysBreakAfterReturnType": "None",

// If true, always break before multiline string literals.
// This flag is mean to make cases where there are multiple multiline
Expand Down

0 comments on commit ad75119

Please sign in to comment.