Skip to content

Instantly share code, notes, and snippets.

View omeid's full-sized avatar

Omeid omeid

  • Sydney, Australia
View GitHub Profile

Folder Structure

Motivations

  • Clear feature ownership
  • Module usage predictibility (refactoring, maintainence, you know what's shared, what's not, prevents accidental regressions, avoids huge directories of not-actually-reusable modules, etc)
@omeid
omeid / css.vim
Created August 26, 2014 13:42 — forked from tpope/css.vim
" Vim indent file
" Language: CSS
" Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2010-12-22
if exists("b:did_indent")
finish
endif
let b:did_indent = 1