Skip to content

Instantly share code, notes, and snippets.

View adampaulukanis's full-sized avatar
🎯
Focusing

Adam Paulukanis adampaulukanis

🎯
Focusing
  • UK
View GitHub Profile
@tpope
tpope / css.vim
Created January 2, 2011 05:42
Nikolai's fix to nested closing curly brace indenting
" Vim indent file
" Language: CSS
" Maintainer: Nikolai Weibull <[email protected]>
" Latest Revision: 2010-12-22
if exists("b:did_indent")
finish
endif
let b:did_indent = 1