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