Skip to content

Commit

Permalink
rm unnec comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 28, 2024
1 parent 92f5a1d commit ea74cc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
CompileFlags:
Add:
- "-ferror-limit=0"

# if you are using VSCode and CMake Tools(provided by Microsoft) add
# "cmake.copyCompileCommands": "${workspaceFolder}/.vscode/compile_commands.json" to VSCode settings
# because CompilationDatabase field in .clangd doesn't support multiple folders to search
CompilationDatabase: .vscode

Style:
Expand All @@ -21,6 +17,9 @@ InlayHints:
DeducedTypes: Yes
TypeNameLimit: 24

Hover:
ShowAKA: Yes

Diagnostics:
UnusedIncludes: Strict
MissingIncludes: None
Expand Down

0 comments on commit ea74cc8

Please sign in to comment.