org.clojars.qertoip/cleancr

Finds and optionally removes carriage return characters from your project text files (also known as Ctrl-M, ^M, ).

Leiningen/Boot

[org.clojars.qertoip/cleancr "1.0-beta3"]

Clojure CLI/deps.edn

org.clojars.qertoip/cleancr {:mvn/version "1.0-beta3"}

Gradle

implementation("org.clojars.qertoip:cleancr:1.0-beta3")

Maven

<dependency>
  <groupId>org.clojars.qertoip</groupId>
  <artifactId>cleancr</artifactId>
  <version>1.0-beta3</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.