We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391e30c commit b36af18Copy full SHA for b36af18
docs/reference/index.md
@@ -53,14 +53,14 @@ The following configuration options are available:
53
54
[`meta_file`](#+meta.meta_file){ #+meta.meta_file }
55
56
-: :octicons-milestone-24: Default: `**/.meta.yml` – This option specifies the
+: :octicons-milestone-24: Default: `.meta.yml` – This option specifies the
57
name of the meta files that the plugin should look for. The default setting
58
assumes that meta files are called `.meta.yml`:
59
60
``` yaml
61
plugins:
62
- meta:
63
- meta_file: '**/.meta.yml' # (1)!
+ meta_file: .meta.yml # (1)!
64
```
65
66
1. Note that it's strongly recommended to prefix meta files with a `.`,
0 commit comments