mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
Update .clang-format file to support break after return type.
This depends on having a recently built version of clang-format installed, as the patch to support this behavior was only just recently added to clang-format. llvm-svn: 256526
This commit is contained in:
parent
bce2788c4f
commit
5075c99f27
@ -2,7 +2,7 @@ BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Allman
|
||||
AlwaysBreakAfterDefinitionReturnType: true
|
||||
AlwaysBreakAfterReturnType: All
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
IndentCaseLabels: true
|
||||
|
Loading…
Reference in New Issue
Block a user