Skip to content

Commit

Permalink
Add a clang-tidy configuration file for MLIR, it is using camelBack f…
Browse files Browse the repository at this point in the history
…or naming at the moment
  • Loading branch information
joker-eph committed Dec 26, 2019
1 parent 90ff34e commit b52cb56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mlir/.clang-tidy
@@ -0,0 +1,4 @@
Checks: '-*,readability-identifier-naming'
CheckOptions:
- { key: readability-identifier-naming.VariableCase, value: camelBack }
- { key: readability-identifier-naming.ParameterCase, value: camelBack }

0 comments on commit b52cb56

Please sign in to comment.