git.r.bdr.sh
/
rbdr
/
dotfiles
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Avoid noise / nesting dirs
[rbdr/dotfiles]
/
vim
/
indent
/
scss.vim
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
" Vim indent file
2
" Language: SCSS
3
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4
" Last Change: 2010 Jul 26
5
6
if exists("b:did_indent")
7
finish
8
endif
9
10
runtime! indent/css.vim
11
12
" vim:set sw=2: