You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The command package defines the main command engine that `cmd/yamlfmt` uses. It
44
44
|`exclude`|[]string |[]| The paths for the command to exclude from formatting. See [Specifying Paths][] for more details. |
45
45
|`gitignore_excludes`| bool | false | Use gitignore files for exclude paths. This is in addition to the patterns from the `exclude` option. |
46
46
|`gitignore_path`| string |`.gitignore`| The path to the gitignore file to use. |
47
-
|`regex_exclude`|[]string |[]| Regex patterns to match file contents for, if the file content matches the regex the file will be excluded. Use [Golang regexes](https://regex101.com/). |
47
+
|`regex_exclude`|[]string |[]| Regex patterns to match file contents for, if the file content matches the regex the file will be excluded. Use [Go regexes](https://regex101.com/). |
48
48
|`extensions`|[]string |[]| The extensions to use for standard mode path collection. See [Specifying Paths][] for more details. |
49
49
|`formatter`| map[string]any |`type: basic`| Formatter settings. See [Formatter](#formatter) for more details. |
50
50
|`output_format`|`default` or `line`|`default`| The output format to use. See [Output docs](./output.md) for more details. |
0 commit comments