Skip to content

Instantly share code, notes, and snippets.

@shaunlebron
Created November 12, 2015 06:21
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 shaunlebron/077c713aa47be1268660 to your computer and use it in GitHub Desktop.
Save shaunlebron/077c713aa47be1268660 to your computer and use it in GitHub Desktop.
paren mode shift case
(def foo| (bar
baz))
@oakmac
Copy link

oakmac commented Nov 12, 2015

(def foodddddddddddd (bar
                      baz))

@shaunlebron
Copy link
Author

expected output:

(def foodddddddddddd (bar
                        baz))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment