Select Git revision
requirements.txt
This project manages its dependencies using pip.
Learn more
.vimrc 276 B
filetype plugin indent on
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=79
setlocal smarttab
setlocal expandtab
setlocal incsearch
syntax on
setlocal modeline
set viminfo='20,<9999,s1024,h
setlocal fileformat=unix
setlocal virtualedit=all