diff options
Diffstat (limited to 'capstone/.clang-format')
-rw-r--r-- | capstone/.clang-format | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/capstone/.clang-format b/capstone/.clang-format new file mode 100644 index 000000000..e9361226e --- /dev/null +++ b/capstone/.clang-format @@ -0,0 +1,6 @@ +BraceWrapping: + AfterClass: true + AfterControlStatement: false + AfterFunction: true +BreakBeforeBraces: Custom +UseTab: Always
\ No newline at end of file |