Skip to content

Instantly share code, notes, and snippets.

@john-cheesman
Last active January 19, 2018 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-cheesman/ab3b94aeb615c0410815753bb18733d5 to your computer and use it in GitHub Desktop.
Save john-cheesman/ab3b94aeb615c0410815753bb18733d5 to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set tabstop=4
set softtabstop=4
set expandtab
set number
set showcmd
set cursorline
set list
set clipboard=unnamedplus
autocmd FileType js,html,css,scss,json,vue,twig,php,cs,yml,lua,md,txt autocmd BufWritePre <buffer> %s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment