Skip to content

Commit

Permalink
Merge pull request #183 from pre-commit/bazelrc
Browse files Browse the repository at this point in the history
add support for .bazelrc
  • Loading branch information
asottile authored Mar 18, 2021
2 parents c7efb04 + 17b6765 commit ec08908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
'.bash_aliases': EXTENSIONS['bash'],
'.bash_profile': EXTENSIONS['bash'],
'.bashrc': EXTENSIONS['bash'],
'.bazelrc': {'text', 'bazelrc'},
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
'.browserslistrc': {'text', 'browserslistrc'},
'.clang-format': EXTENSIONS['yaml'],
Expand Down

0 comments on commit ec08908

Please sign in to comment.