Skip to content

Instantly share code, notes, and snippets.

@nurettin
Last active December 26, 2015 08:29
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 nurettin/7122095 to your computer and use it in GitHub Desktop.
Save nurettin/7122095 to your computer and use it in GitHub Desktop.
no tab to space expanding when editing Makefiles
syn on
set ts=2
set sw=2
set et
set ai
set nocp
set bg=dark
autocmd FileType make setlocal noet
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment