Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created October 23, 2014 17:18
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 mwfogleman/a0e249df1fae067fc533 to your computer and use it in GitHub Desktop.
Save mwfogleman/a0e249df1fae067fc533 to your computer and use it in GitHub Desktop.
sample_aggressive
(facts "about aggressive-indent"
(fact "this is a different fact"
"I have my own things going on")
(fact "this function has a trailing parens"
)) ;; if you do a hungry ctrl-d (:D) on the previous line, everything in the "facts" tests will indent.
;; ideally it'd just indent the local "defun", in this case, the local fact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment