Skip to content

Commit

Permalink
Add filename .clang-tidy as YAML
Browse files Browse the repository at this point in the history
Fixes #1052
  • Loading branch information
thernstig committed Sep 14, 2024
1 parent 41e0be7 commit 5a71094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
],
"filenames": [
".clang-format",
"_clang-format"
"_clang-format",
".clang-tidy"
],
"firstLine": "^#cloud-config",
"configuration": "./language-configuration.json"
Expand Down

0 comments on commit 5a71094

Please sign in to comment.