diff options
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +CompileFlags: + Remove: + - -fcondition-coverage +Diagnostics: + UnusedIncludes: Strict + MissingIncludes: None +Documentation: + CommentFormat: Doxygen +Style: + AngledHeaders: ".*" + QuotedHeaders: "$^"
\ No newline at end of file |
