Skip to content

Instantly share code, notes, and snippets.

@levent
Created August 11, 2010 12:46
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 levent/518917 to your computer and use it in GitHub Desktop.
Save levent/518917 to your computer and use it in GitHub Desktop.
set nocompatible
syntax on
filetype plugin indent on
set number
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
au BufNewFile,BufRead *.less set filetype=css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment