Skip to content

Fixed that wrong indentation of vector, map and cons. #259

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

Closed
wants to merge 3 commits into from
Closed

Fixed that wrong indentation of vector, map and cons. #259

wants to merge 3 commits into from

Conversation

vmfhrmfoaj
Copy link
Contributor

Jinseop Kim added 3 commits November 21, 2014 17:03
- related issue: #45

Actually, to set the indent to indentation level of first sexp of cond
form by force.

For instance:
```clojure
(cond (...) (...)
      (...) (...))

(cond
 (...)
 (...)

 (...)
 (...))
```
@vmfhrmfoaj vmfhrmfoaj closed this Nov 22, 2014
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.

1 participant