diff options
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ CompileFlags: - Remove: ["-fmodules-ts", "-fmodule-mapper=*", "-fdeps-format=*"]
\ No newline at end of file + Remove: ["-fmodules-ts", "-fmodule-mapper=*", "-fdeps-format=*"] + +Diagnostics: + UnusedIncludes: Strict + MissingIncludes: Strict
\ No newline at end of file |
