Skip to content

Commit 5feed84

Browse files
authored
feat: add .clangd under .clang-tidy (#96)
* add .clangd under .clang-tidy * add compile_commands.json database under .clang-tidy
1 parent da1322e commit 5feed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const base = {
268268
'flake.nix': 'flake.lock',
269269
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',
270270
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json',
271-
'.clang-tidy': '.clang-format',
271+
'.clang-tidy': '.clang-format, .clangd, compile_commands.json',
272272
'*.pubxml': '$(capture).pubxml.user',
273273
'*.asax': '$(capture).*.cs, $(capture).*.vb',
274274
'*.ascx': '$(capture).*.cs, $(capture).*.vb',

0 commit comments

Comments
 (0)