Commit d816645
committed
Fix formatter registration pattern
The formatter should be registered for all files that end in `.yaml` or
`.yml`. The old pattern didn't do this properly. This new pattern should
work from my testing.
This should mean we don't need to add new entries for each language
that's based on YAML (eg. dockercompose, ansible, etc.) in the future.
Signed-off-by: David Thompson <davthomp@redhat.com>1 parent 7924081 commit d816645
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments