From e8c92837007e614447a16fd27ce9832ef00ff27d Mon Sep 17 00:00:00 2001 From: Hai Zhu <35182391+cocolato@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:10:13 +0800 Subject: [PATCH] Fix the illegal JSON in the documentation (#22175) Release Notes: - N/A --- docs/src/languages/c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/c.md b/docs/src/languages/c.md index 81e89baa5..4ae0a0d7c 100644 --- a/docs/src/languages/c.md +++ b/docs/src/languages/c.md @@ -41,7 +41,7 @@ You can trigger formatting via {#kb editor::Format} or the `editor: format` acti ```json "languages": { - "C" { + "C": { "format_on_save": "on", "tab_size": 2 }