mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
d28598149b
Good: template<> void good(); Bad: template<> void bad(); Add .clang-format to enforce goodness. PiperOrigin-RevId: 205890909
2 lines
55 B
YAML
2 lines
55 B
YAML
BasedOnStyle: LLVM
|
|
AlwaysBreakTemplateDeclarations: Yes |