Skip to content

Commit 5a71094

Browse files
committed
Add filename .clang-tidy as YAML
Fixes #1052
1 parent 41e0be7 commit 5a71094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
],
6767
"filenames": [
6868
".clang-format",
69-
"_clang-format"
69+
"_clang-format",
70+
".clang-tidy"
7071
],
7172
"firstLine": "^#cloud-config",
7273
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)