diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:41:09 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:41:09 +0100 |
| commit | e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa (patch) | |
| tree | c28d40b3fcb0b0282d4afa952cc4a39ee1b52065 /.clangd | |
| parent | 86d59104270a580de8d2a550fb4290960c98eee9 (diff) | |
| download | teachos-e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa.tar.xz teachos-e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa.zip | |
ide: add clangd configuration
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +Diagnostics: + UnusedIncludes: Strict + MissingIncludes: Strict
\ No newline at end of file |
