We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3551e31 commit f818625Copy full SHA for f818625
lldb/.clang-format
@@ -2,3 +2,6 @@ BasedOnStyle: LLVM
2
IndentWidth: 4
3
ColumnLimit: 120
4
BreakBeforeBraces: Allman
5
+AlwaysBreakAfterDefinitionReturnType: true
6
+AllowShortFunctionsOnASingleLine: Inline
7
+BreakConstructorInitializersBeforeComma: true
0 commit comments