clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

Indenting algorithm is confused by Windows CRLF line endings

Open Engelberg opened this issue 9 years ago • 1 comments

Expected behavior

(let [x y]
  expr)

Actual behavior

(let [x y]
      expr)

Steps to reproduce the problem

CRLF line ending at the end of the let line.

Environment & Version information

clojure-mode version information

  20161004.2314

Version 5.5.2

Emacs version

Emacs 25.1.1

Operating system

Windows 10

Engelberg avatar Oct 19 '16 02:10 Engelberg

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

MalloZup avatar Aug 05 '19 21:08 MalloZup