stupid whitespace

This commit is contained in:
Peter Braden 2015-09-22 19:57:46 +02:00
parent 2f82d00951
commit b7ae201294
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ charset = utf-8
# Tab indentation (no size specified)
[Makefile]
indent_style = space
indent_style = tab
indent_size = 2
# Indentation override for all JS under lib directory

View File

@ -36,7 +36,6 @@ release:
travis-build:
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-14-04 .
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .
.PHONY: travis-build