From 5a710949eb9c1b97e8a63ec31338d4949a524929 Mon Sep 17 00:00:00 2001 From: thernstig <30827238+thernstig@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:51:05 +0200 Subject: [PATCH] Add filename .clang-tidy as YAML Fixes #1052 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0df4fd20..f35b32e1 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,8 @@ ], "filenames": [ ".clang-format", - "_clang-format" + "_clang-format", + ".clang-tidy" ], "firstLine": "^#cloud-config", "configuration": "./language-configuration.json"