From c7d5e9f65660bc835b7ff54caa8b6bcfb31f3248 Mon Sep 17 00:00:00 2001 From: Samia Nneji Date: Tue, 27 Jul 2021 15:51:51 +0100 Subject: [PATCH] Update style guide (#4055) --- docs/help/contributor/style-guide/documenting-code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/help/contributor/style-guide/documenting-code.md b/docs/help/contributor/style-guide/documenting-code.md index 2aec68a57..f5d46365b 100644 --- a/docs/help/contributor/style-guide/documenting-code.md +++ b/docs/help/contributor/style-guide/documenting-code.md @@ -9,7 +9,9 @@ Apply code formatting only to special-purpose text: * Filenames * Path names +* Fields and values from a YAML file * Any text that goes into a CLI +* CLI names ## Specify the programming language