Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created March 15, 2012 02:42
Show Gist options
  • Save deedubs/2041407 to your computer and use it in GitHub Desktop.
Save deedubs/2041407 to your computer and use it in GitHub Desktop.
'(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)
@deedubs
Copy link
Author

deedubs commented Mar 15, 2012

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