Skip to content

Indentation for use-fixtures #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2012
Merged

Conversation

drewr
Copy link
Contributor

@drewr drewr commented Apr 19, 2012

Please to be considering this.

(use-fixtures :once
  (fn [t]
     (t))
  (fn [t]
     (t)))

is objectively better than

(use-fixtures :once
              (fn [t]
                (t))
              (fn [t]
                (t)))

technomancy added a commit that referenced this pull request Apr 19, 2012
Indentation for use-fixtures
@technomancy technomancy merged commit 466a925 into clojure-emacs:master Apr 19, 2012
@technomancy
Copy link
Contributor

Hats off to you, sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants