Skip to content

Instantly share code, notes, and snippets.

@d6u
Created May 30, 2015 17:58
Show Gist options
  • Select an option

  • Save d6u/6ee33ff45d09c0a60066 to your computer and use it in GitHub Desktop.

Select an option

Save d6u/6ee33ff45d09c0a60066 to your computer and use it in GitHub Desktop.
vim -E -s $1 <<-EOF
:set expandtab
:set shiftwidth=2
:set tabstop=2
:set softtabstop=2
normal ggVG=
:wq
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment