blame tibor this one ;-)
```
find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md'
-not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path
'./.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not
-path '*/testfiles/*' -not -path './bundles/*' -not -path
'./docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl
'[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//'
```
Signed-off-by: Vincent Batts <vbatts@redhat.com>
|
||
|---|---|---|
| .. | ||
| Docker.tmbundle | ||
| README.md | ||
| REVIEWERS | ||
README.md
Docker.tmbundle
Dockerfile syntaxt highlighting for TextMate and Sublime Text.
Install
Sublime Text
Available for Sublime Text under package control. Search for Dockerfile Syntax Highlighting
TextMate 2
Copy the directory Docker.tmbundle (showed as a Package in OSX) to ~/Library/Application Support/TextMate/Managed/Bundles
enjoy.