1
0
Fork 0
mirror of synced 2024-05-25 19:41:14 -04:00
ultimate-vim/sources_non_forked/vim-python-pep8-indent/docker-compose.yml
Amir Salihefendic 966965a156 Fixed https://github.com/amix/vimrc/issues/546
This is done by removing custom FileType indent options, and using
`vim-python-pep8-indent` plugin.
2019-11-16 20:16:20 +01:00

7 lines
90 B
YAML

version: '2'
services:
rspec:
build: .
volumes:
- .:/vim-python-pep8-indent