SINGA-89 Add Docker support Removed `.vimrc` from Mesos' Dockerfile. It has already been copied when building singa-base.
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/4567ed84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/4567ed84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/4567ed84 Branch: refs/heads/master Commit: 4567ed84f67085295ba61963230489775b1781b0 Parents: 1f513ec Author: Anh Dinh <[email protected]> Authored: Tue Oct 20 11:46:48 2015 +0800 Committer: Anh Dinh <[email protected]> Committed: Tue Oct 20 11:46:58 2015 +0800 ---------------------------------------------------------------------- tool/docker/mesos/.vimrc | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4567ed84/tool/docker/mesos/.vimrc ---------------------------------------------------------------------- diff --git a/tool/docker/mesos/.vimrc b/tool/docker/mesos/.vimrc deleted file mode 100644 index 2269792..0000000 --- a/tool/docker/mesos/.vimrc +++ /dev/null @@ -1,7 +0,0 @@ -set autoindent " always set autoindenting on -set smartindent " use smart indent if there is no indent file -set tabstop=2 " <tab> inserts 4 spaces -set shiftwidth=2 " but an indent level is 2 spaces wide. -set softtabstop=2 " <BS> over an autoindent deletes both spaces. -"set expandtab " Use spaces, not tabs, for autoindent/tab key. -set shiftround " rounds indent to a multiple of shiftwidth
