docs: Remove duplicate Clang-Format link (#32359)

Release Notes:

- N/A
This commit is contained in:
andrewkolda 2025-06-09 00:42:31 -06:00 committed by GitHub
parent c57a6263aa
commit 365997d79d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,8 +48,6 @@ You can trigger formatting via {#kb editor::Format} or the `editor: format` acti
}
```
See [Clang-Format Style Options](https://clang.llvm.org/docs/ClangFormatStyleOptions.html) for a complete list of options.
## Compile Commands
For some projects Clangd requires a `compile_commands.json` file to properly analyze your project. This file contains the compilation database that tells clangd how your project should be built.