Skip to content

Instantly share code, notes, and snippets.

@mindware
Created October 24, 2017 04:05
Show Gist options
  • Select an option

  • Save mindware/c3b58f13aabf2bab60573b8f35e08c92 to your computer and use it in GitHub Desktop.

Select an option

Save mindware/c3b58f13aabf2bab60573b8f35e08c92 to your computer and use it in GitHub Desktop.
autocmd Filetype html setlocal ts=2 sw=2 expandtab
autocmd Filetype ruby setlocal ts=2 sw=2 expandtab
autocmd Filetype javascript setlocal ts=4 sw=4 sts=0 noexpandtab
@mindware

Copy link
Copy Markdown
Author

Just add to ~/.vimrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment