Skip to content

Indentation bug involving strings  #405

Closed
@sooheon

Description

@sooheon

Expected behavior

Given the following with cursor at |:

(def foo |"abc")

indent-for-tab-command should make no change. The sexp is already correctly indented.

Actual behavior

  (def foo |"abc")

Sexp is indented two spaces.

Steps to reproduce the problem

The above case. When the string is on the next line, it is not reproduced.

Environment & Version information

clojure-mode version information

clojure-mode (version 5.5.2)

Emacs version

Emacs 25.1.1

Operating system

OS X El Cap

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions