summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-25 21:00:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-25 21:00:20 +0000
commitaed86b2d15b7c3eecb31281a87aa59511218b322 (patch)
tree610d0baca7cdef632ea5a6551b303a6ba1f5e787 /identify
parentReleasing debian version 1.5.13-1. (diff)
downloadidentify-aed86b2d15b7c3eecb31281a87aa59511218b322.tar.xz
identify-aed86b2d15b7c3eecb31281a87aa59511218b322.zip
Merging upstream version 1.5.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 0098ec6..62a7f5b 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -231,6 +231,8 @@ NAMES = {
'.bashrc': EXTENSIONS['bash'],
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
'.browserslistrc': {'text', 'browserslistrc'},
+ '.clang-format': EXTENSIONS['yaml'],
+ '.clang-tidy': EXTENSIONS['yaml'],
'.codespellrc': EXTENSIONS['ini'] | {'codespellrc'},
'.coveragerc': EXTENSIONS['ini'] | {'coveragerc'},
'.cshrc': EXTENSIONS['csh'],