mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 05:36:44 +00:00
5075c99f27
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
10 lines
259 B
YAML
10 lines
259 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Allman
|
|
AlwaysBreakAfterReturnType: All
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
IndentCaseLabels: true
|
|
AccessModifierOffset: -4
|