[mlir] add .clang-format

Good:
  template<>
  void good();

Bad:
  template<> void bad();

Add .clang-format to enforce goodness.

PiperOrigin-RevId: 205890909
1 file changed
tree: ea3795f599271cfe94db1b765cf3e4dc04b6e12e
  1. include/
  2. lib/
  3. test/
  4. tools/
  5. .clang-format
  6. LICENSE.TXT