mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 16:41:27 +00:00
c99b5ce13a
This improves the instructions for checking out LLDB, adds more links to LLVM instructions, and more explicitly calls out when we differ from the style guide. Also updates the clang-format configuration file to correctly reflect a 120 column limit. Reviewed by: Jim Ingham Differential Revision: http://reviews.llvm.org/D8222 llvm-svn: 231884
9 lines
238 B
YAML
9 lines
238 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Allman
|
|
AlwaysBreakAfterDefinitionReturnType: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakConstructorInitializersBeforeComma: true
|
|
IndentCaseLabels: true
|