Created
March 15, 2012 02:42
-
-
Save deedubs/2041407 to your computer and use it in GitHub Desktop.
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
'(js3-auto-indent-p t) | |
'(js3-enter-indents-newline t) | |
;;'(js3-indent-on-enter-key t) | |
'(js3-indent-tabs-mode t) | |
'(js3-mirror-mode t) | |
'(js3-indent-dots t) | |
'(js3-indent-commas t) | |
;;'(js3-lazy-commas t) | |
'(js3-lazy-dots t) | |
'(js3-expr-indent-offset 0) | |
'(js3-paren-indent-offset 0) | |
'(js3-square-indent-offset 0) | |
'(js3-curly-indent-offset 0) |
haha weird! I guess I like to invent config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
by the way,
js3-indent-commas
is not a thing.