Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created June 12, 2014 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaycfields/19bbe2bd7a8e3e5f6cdc to your computer and use it in GitHub Desktop.
Save jaycfields/19bbe2bd7a8e3e5f6cdc to your computer and use it in GitHub Desktop.
(setq c-default-style "gnu")
(defun my-indent-setup ()
(c-set-offset 'arglist-intro '+))
(add-hook 'java-mode-hook 'my-indent-setup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment