tools: Recognized yml as an abbreviation of yaml.
This commit is contained in:
parent
d3a6a67d27
commit
76cbaa1f14
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ tools_for_extensions = [
|
|||
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["pil", "pil_half"]],
|
||||
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
|
||||
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
|
||||
[["yaml"], ["yamllint"]]]
|
||||
[["yaml", "yml"], ["yamllint"]]]
|
||||
|
||||
|
||||
# Tool template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue