mirror of https://github.com/docker/docs.git
Merge pull request #3358 from asbjornenge/master
Apply automatically to files named 'Dockerfile'
This commit is contained in:
commit
22162687df
|
@ -4,6 +4,10 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>Dockerfile</string>
|
<string>Dockerfile</string>
|
||||||
|
<key>fileTypes</key>
|
||||||
|
<array>
|
||||||
|
<string>Dockerfile</string>
|
||||||
|
</array>
|
||||||
<key>patterns</key>
|
<key>patterns</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
Loading…
Reference in New Issue