diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-04 18:14:19 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-04 18:14:19 +0200 |
| commit | a95acc4d382cbb4937097e7fa2f6526974a26fcc (patch) | |
| tree | 71b922a413fad15d4796ee613a91240f4ae59df0 /.clangd | |
| parent | 0ff3f826d9772d3695f481e0a3d0bc1517dd3ae4 (diff) | |
| download | cabinet-a95acc4d382cbb4937097e7fa2f6526974a26fcc.tar.xz cabinet-a95acc4d382cbb4937097e7fa2f6526974a26fcc.zip | |
core: add basic libmagic abstraction skeleton
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Diagnostics: + UnusedIncludes: Strict + MissingIncludes: Strict +CompileFlags: + Remove: + - -fcondition-coverage + - -fmodules-ts + - -fmodule-mapper=* + - -fdeps-format=* +Documentation: + CommentFormat: Doxygen |
