mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 10:46:11 +00:00
1d0d456819
Remove the custom configuration options for brace wrapping. They don't work well for inline functions or type-traits classes. llvm-svn: 291998
13 lines
199 B
YAML
13 lines
199 B
YAML
BasedOnStyle: LLVM
|
|
|
|
---
|
|
Language: Cpp
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
PointerAlignment: Left
|
|
|
|
# Disable formatting options which may break tests.
|
|
SortIncludes: false
|
|
ReflowComments: false
|
|
---
|