From 725c1c2a86271bab92d6913bf587219e99faf70d Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:28:13 -0400 Subject: [PATCH] Update style conventions page metadata --- website/docs/language/syntax/style.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/language/syntax/style.html.md b/website/docs/language/syntax/style.html.md index bc9af1f08..f09ef1a31 100644 --- a/website/docs/language/syntax/style.html.md +++ b/website/docs/language/syntax/style.html.md @@ -15,6 +15,8 @@ for consistency between files and modules written by different teams. Automatic source code formatting tools may apply these conventions automatically. +-> **Note**: You can enforce these conventions automatically by running [`terraform fmt`](/docs/cli/commands/fmt.html). + * Indent two spaces for each nesting level. * When multiple arguments with single-line values appear on consecutive lines