Skip to content

Commit f236987

Browse files
committed
add 0 limit docs
1 parent 9b55ad1 commit f236987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ This option is currently ignored for stdin (`@generated` in stdin is ignored.)
10611061

10621062
## `generated_marker_line_search_limit`
10631063

1064-
Number of lines to check for a `@generated` pragma header when `format_generated_files` is `false`. When `format_generated_files` is `true`, this option has no effect.
1064+
Number of lines to check for a `@generated` pragma header, starting from the top of the file. Setting this value to `0` will treat all files as non-generated. When`format_generated_files` is `true`, this option has no effect.
10651065

10661066
- **Default value**: `5`
10671067
- **Possible values**: any positive integer

0 commit comments

Comments
 (0)