ftplugin: Add CSS indentation rules

master
Dustin C. Hatch 2012-06-18 10:12:46 -05:00
parent e973505b19
commit 097540ede4
1 changed files with 5 additions and 0 deletions

5
ftplugin/css.vim Normal file
View File

@ -0,0 +1,5 @@
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
setlocal autoindent