Xinqi Bao's Git

update naming for avante lua config
[dotfiles.git] / .config / clangd / config.yaml
1 CompileFlags:
2 Add:
3 - -Wall
4 - -Wextra -Werror
5 - -xc++
6 - -std=c++20
7 - -DCLANGD=1
8
9 - -I.
10 - -Ilib
11 - -Iinclude
12
13 - -I/home/xbao/lib
14
15 - -DVERBOSE=1
16 Remove: []
17
18 Diagnostics:
19 ClangTidy:
20 Add:
21 - performance-*
22 - bugprone-*
23 - portability-*
24 - modernize-*
25 Remove:
26 - modernize-use-nodiscard
27 - modernize-use-trailing-return-type
28 - bugprone-easily-swappable-parameters
29
30 InlayHints:
31 Designators: true
32 Enabled: false
33 ParameterNames: true
34 DeducedTypes: true