Last active
May 17, 2016 20:53
-
-
Save rothmichaels/91dc9f99aa3a32e5f4b2 to your computer and use it in GitHub Desktop.
In progress emacs shell-script-mode settings
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
| (setq sh-basic-offset 2 sh-indentation 2) | |
| (setq sh-indent-for-case-label 0) | |
| (setq sh-indent-for-case-alt '+) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment