mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 04:43:48 +00:00
![Ryan Brown](/assets/img/avatar_default.png)
The Go interpreter doesn't JIT or use LLVM, so this also moves all the JIT related code from UserExpression to a new class LLVMUserExpression. Differential Revision: http://reviews.llvm.org/D13073 Fix merge llvm-svn: 251820
9 lines
245 B
YAML
9 lines
245 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Allman
|
|
AlwaysBreakAfterDefinitionReturnType: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
IndentCaseLabels: true
|