aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/.clang-format
blob: e9361226e3888af9fb08808b634553cec2247612 (plain)
1
2
3
4
5
6
BraceWrapping:
  AfterClass:      true
  AfterControlStatement: false
  AfterFunction:   true
BreakBeforeBraces: Custom
UseTab: Always