From f2be8f6d98f24ae98acf7f69c0da94876f87da4b Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 19 Jun 2024 16:11:35 +0200 Subject: [PATCH] Mention `.clang-format` containing formatting options --- Keyman-Code-Style-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Keyman-Code-Style-Guide.md b/Keyman-Code-Style-Guide.md index df85d00..9f1c7a8 100644 --- a/Keyman-Code-Style-Guide.md +++ b/Keyman-Code-Style-Guide.md @@ -52,6 +52,8 @@ Note that this comment is not a doxygen comment; use `/*`, not `/**`. ## Code Format +(Formatting options for some languages like C/C++ are defined in `.clang-format` and are picked up by the vscode formatter) + In brief: * Spaces, not tabs