Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Created March 23, 2016 19:38
Show Gist options
  • Save mikedfunk/6740a25cec913eea5b69 to your computer and use it in GitHub Desktop.
Save mikedfunk/6740a25cec913eea5b69 to your computer and use it in GitHub Desktop.
" vim: set sw=2 ts=2 sts=2 et tw=78 foldmethod=marker filetype=vim:
" color scheme {{{
if (has('nvim'))
colo gotham
else
colo gotham256
endif
" }}}
" php-cs-fixer {{{
let g:php_cs_fixer_fixers_list = '-phpdoc_params,-psr0,-single_blank_line_before_namespace,-phpdoc_short_description,-concat_without_spaces,concat_with_spaces,-no_blank_lines_after_class_opening,-spaces_cast'
" }}}
" syntastic {{{
" not needed
" let g:syntastic_php_phpcs_args='--ruleset=phpcs.xml'
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment