Skip to content
  • James Molloy's avatar
    [mlir] add .clang-format · d2859814
    James Molloy authored
    Good:
      template<>
      void good();
    
    Bad:
      template<> void bad();
    
    Add .clang-format to enforce goodness.
    
    PiperOrigin-RevId: 205890909
    d2859814
Loading