Skip to content

Commit d1edd8f

Browse files
Merge pull request #1055 from thernstig/main
Add filename .clang-tidy as YAML
2 parents 41e0be7 + 5a71094 commit d1edd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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)