Skip to content

Commit ea74cc8

Browse files
committed
rm unnec comment
1 parent 92f5a1d commit ea74cc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.clangd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
CompileFlags:
44
Add:
55
- "-ferror-limit=0"
6-
7-
# if you are using VSCode and CMake Tools(provided by Microsoft) add
8-
# "cmake.copyCompileCommands": "${workspaceFolder}/.vscode/compile_commands.json" to VSCode settings
9-
# because CompilationDatabase field in .clangd doesn't support multiple folders to search
106
CompilationDatabase: .vscode
117

128
Style:
@@ -21,6 +17,9 @@ InlayHints:
2117
DeducedTypes: Yes
2218
TypeNameLimit: 24
2319

20+
Hover:
21+
ShowAKA: Yes
22+
2423
Diagnostics:
2524
UnusedIncludes: Strict
2625
MissingIncludes: None

0 commit comments

Comments
 (0)