Skip to content

Commit 3f57b36

Browse files
Fix and add backticks for preferNone value in linting_and_formatting.md (#2770)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent 3c70a71 commit 3f57b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/fundamentals/linting_and_formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Use tabs instead of spaces for indentation
273273
Whether to use braces for if statements, for statements, and while statements
274274

275275
- **Default:** `whenNotSingleLine`
276-
- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, preferNone
276+
- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, `preferNone`
277277

278278
### Configuration
279279

0 commit comments

Comments
 (0)