Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created March 29, 2012 01:45
Show Gist options
  • Save legumbre/2232346 to your computer and use it in GitHub Desktop.
Save legumbre/2232346 to your computer and use it in GitHub Desktop.
define a new style based on bsd, override c-basic-offset
(c-add-style "bsd-jimmy"
'("bsd" (c-basic-offset . 4)))
(add-to-list 'c-default-style '(c++-mode . "bsd-jimmy"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment