Created
March 29, 2012 01:45
-
-
Save legumbre/2232346 to your computer and use it in GitHub Desktop.
define a new style based on bsd, override c-basic-offset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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