From 365997d79d558625491eb0b7a7d6ff186acc1bc8 Mon Sep 17 00:00:00 2001 From: andrewkolda <158614532+andrewkolda@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:42:31 -0600 Subject: [PATCH] docs: Remove duplicate Clang-Format link (#32359) Release Notes: - N/A --- docs/src/languages/c.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/languages/c.md b/docs/src/languages/c.md index 42ccc2dff7..ff6b180660 100644 --- a/docs/src/languages/c.md +++ b/docs/src/languages/c.md @@ -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.