This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 918cb58 formatter: fix / link
918cb58 is described below
commit 918cb58827623425a621e71309b05a3730312404
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Sep 28 12:37:34 2022 -0700
formatter: fix / link
---
formatter/formatter-options.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/formatter/formatter-options.md b/formatter/formatter-options.md
index 118e96c..8aedb2c 100644
--- a/formatter/formatter-options.md
+++ b/formatter/formatter-options.md
@@ -24,7 +24,8 @@ permalink: /formatter/formatter-options
List of all available formatter options
-The [**asformat**](formatter/) tool has a number of useful configuration
options. The list below is also available by running `asformat -help advanced`
in a terminal.
+The [**asformat**](formatter) tool has a number of useful configuration options
+. The list below is also available by running `asformat -help advanced` in a
terminal.
- `-collapse-empty-blocks` -- Determines if empty blocks containing no
statements will be collapsed to a single line, or if the closing curly brace
should still appear on a new line.
- `-help` `[keyword]` `[...]` -- Displays formatter usage instructions.