From 12c2eb3de751e0352606aec7deefaaafb8056cf7 Mon Sep 17 00:00:00 2001 From: Ryuhei Yoshida Date: Fri, 12 Dec 2025 01:41:04 +0900 Subject: [PATCH] Fix formatting of `preferNone` value for linting --- runtime/fundamentals/linting_and_formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/fundamentals/linting_and_formatting.md b/runtime/fundamentals/linting_and_formatting.md index 40fddf063..afa262dd2 100644 --- a/runtime/fundamentals/linting_and_formatting.md +++ b/runtime/fundamentals/linting_and_formatting.md @@ -273,7 +273,7 @@ Use tabs instead of spaces for indentation Whether to use braces for if statements, for statements, and while statements - **Default:** `whenNotSingleLine` -- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, preferNone +- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, `preferNone` ### Configuration