Skip to content

Conversation

@rrudakov
Copy link
Contributor

When using the 'fixed' indentation style, lists where the first element is a keyword (e.g., (:foo ...)) should have their children indented by a single space, per the style description.

Close #124


Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):

  • The commits are consistent with our contribution guidelines.
  • You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important!
  • You've run M-x checkdoc and fixed any warnings in the code you've written.
  • You've updated the changelog (if adding/changing user-visible functionality).
  • You've updated the readme (if adding/changing user-visible functionality).

Thanks!

… style

When using the 'fixed' indentation style, lists where the first
element is a keyword (e.g., `(:foo ...)`) should have their children
indented by a single space, per the style description.
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.

Keyword-lead-lists are improperly indented when using the fixed (tonsky-style) clojure-ts-indent-style

1 participant