clojure-emacs / clojure-emacs/clojure-mode

Indenting algorithm is confused by Windows CRLF line endings

Open
#414 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.