Skip to content

Commit

Permalink
added command for clean css
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jul 21, 2011
1 parent 89993ba commit 7081770
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ftdetect/andrews.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<span class="at">|</span> <span class="format">{</span>
|<span class="selector">|</span> <span class="format">{</span>
| <span class="property">| </span><span class="value">|</span><span class="format">;</span>
|<span class="format">}</span>|

|
<span class="format">}</span>

||<span class="comment">|</span>
|
1 change: 1 addition & 0 deletions ftdetect/css.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
autocmd filetype css setlocal equalprg=csstidy\ -\ --silent=true\ --template=$VIMHOME/ftdetect/andrews.tpl\ --sort_properties=true\ --compress_font-weight=false

0 comments on commit 7081770

Please sign in to comment.