Skip to content

Commit

Permalink
feat: Add clangd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Aug 18, 2024
1 parent 6418809 commit 7fbf684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Diagnostics:
ClangTidy:
Add: [bugprone-sus*, modernize-use-nullptr, modernize-use-override, modernize-use-using, misc-static-assert, misc-redundant-expression,
modernize-macro-to-enum, performance-*, modernize-use-equals-*, modernize-use-bool-literals, readability-simplify-boolean-expr,
readability-reference-to-constructed-temporary, readability-redundant-*]
UnusedIncludes: None

0 comments on commit 7fbf684

Please sign in to comment.