llvm/mlir/.clang-format
James Molloy d28598149b [mlir] add .clang-format
Good:
  template<>
  void good();

Bad:
  template<> void bad();

Add .clang-format to enforce goodness.

PiperOrigin-RevId: 205890909
2019-03-29 12:41:43 -07:00

2 lines
55 B
YAML

BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: Yes