clojure-emacs / clojure-emacs/clojure-mode
Indenting algorithm is confused by Windows CRLF line endings
Open
bug
indentation
- Dominant language
- Emacs Lisp
- Stars
- 1k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.