Skip to content

Instantly share code, notes, and snippets.

@phelrine
Created November 10, 2012 16:11
Show Gist options
  • Save phelrine/4051510 to your computer and use it in GitHub Desktop.
Save phelrine/4051510 to your computer and use it in GitHub Desktop.
;;; 括弧の後のインデントが深くなるのを防ぐ
(setq ruby-deep-indent-paren-style nil)
;;; save前に行末のwhitespaceを削除
(add-hook 'before-save-hook 'delete-trailing-whitespace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment