Skip to content

Instantly share code, notes, and snippets.

@jwpleow
Last active January 19, 2023 12:17
Show Gist options
  • Select an option

  • Save jwpleow/2dfad2f0b286804282ee09614fa814c0 to your computer and use it in GitHub Desktop.

Select an option

Save jwpleow/2dfad2f0b286804282ee09614fa814c0 to your computer and use it in GitHub Desktop.
clangd config - Place in ~/.config/clangd/config.yaml
CompileFlags:
Add: [-std=c++2a, -Wall, -Wextra]
Diagnostics:
ClangTidy:
Add: modernize*
Remove: modernize-use-trailing-return-type
InlayHints:
Enabled: Yes
ParameterNames: Yes
DeducedTypes: Yes
Hover:
ShowAKA: Yes
Completion:
AllScopes: No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment