Skip to content

Instantly share code, notes, and snippets.

@robbles
robbles / less.vim
Created March 19, 2011 00:06
Install in ~/.vim/ftplugin/less.vim to fix indentation for LESS files.
setl nocindent
setl autoindent
setl smartindent
setl indentexpr=
# Allow RSpec assertions over the elements of a collection. For example:
#
# collection.should all_be > 0
#
# will specify that each element of the collection should be greater
# than zero. Each element of the collection that fails the test will
# be reported in the error message.
#
# Examples:
# [1,1,1].should all_be eq(1)
//
// GradientTableViewCell.m
//
// Created by Mark Sands on 5/4/10.
// Copyright 2010 Apple Inc. All rights reserved.
//
//
#import "GradientTableViewCell.h"
Rake::Task[:default].clear
task :default => :build