Skip to content

Instantly share code, notes, and snippets.

@robbles
Created March 19, 2011 00:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbles/877055 to your computer and use it in GitHub Desktop.
Save robbles/877055 to your computer and use it in GitHub Desktop.
Install in ~/.vim/ftplugin/less.vim to fix indentation for LESS files.
setl nocindent
setl autoindent
setl smartindent
setl indentexpr=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment