mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 23:10:54 +00:00
Add a .clang-format file to enhance formatting experience with clang-format
clang-format is a handy tool that formats code very intelligently. I'd like to use it with LLDB but it requires a .clang-format file to inform it about LLDB-specific formatting rules. More information on these rules are here: http://clang.llvm.org/docs/ClangFormatStyleOptions.html Differential Revision: http://reviews.llvm.org/D4630 llvm-svn: 213823
This commit is contained in:
parent
b98a5e04ac
commit
5149bac8b4
4
lldb/.clang-format
Normal file
4
lldb/.clang-format
Normal file
@ -0,0 +1,4 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Allman
|
Loading…
x
Reference in New Issue
Block a user