ClassicOS/.clangd

20 lines
352 B
Plaintext
Raw Normal View History

CompileFlags:
Add: ["-std=c17"]
2023-10-24 14:21:14 -07:00
Remove: ["-Wall -Wpedantic -Wextra -Werror"]
Index:
Background: true
OnDidChange: true
Diagnostics:
OnOpen: true
OnSave: true
Completion:
EnableSnippets: true
IncludeBlacklist:
- "**/vendor/**"
- "**/third_party/**"
- "**/generated/**"
Format:
Workspace:
CodeLens:
Rename: