Skip to content
Snippets Groups Projects
Select Git revision
  • 234d015b44d1384724a241ed3024ee941d0cdc45
  • master default
2 results

heroku.list

Blame
  • .vimrc 251 B
    filetype plugin indent on
    setlocal tabstop=4
    setlocal softtabstop=4
    setlocal shiftwidth=4
    setlocal textwidth=80
    setlocal smarttab
    setlocal expandtab
    setlocal incsearch
    syntax on
    setlocal modeline
    set viminfo='20,<9999,s1024,h
    setlocal fileformat=unix