tanishiking / scalaunfmt   0.0.5

MIT License GitHub

Generates the .scalafmt.conf that have minimum change to existing your scala codebase on running scalafmt.

Scala versions: 2.12

scalaunfmt 0.0.5


Group ID:
com.github.tanishiking
Artifact ID:
scalaunfmt_2.12
Version:
0.0.5
Release Date:
Sept 21, 2019
Licenses:
MIT
Files:

libraryDependencies += "com.github.tanishiking" %% "scalaunfmt" % "0.0.5"

Mill build tool

ivy"com.github.tanishiking::scalaunfmt:0.0.5"

Scala CLI

//> using dep "com.github.tanishiking::scalaunfmt:0.0.5"

Ammonite REPL

import $ivy.`com.github.tanishiking::scalaunfmt:0.0.5`

<dependency>
  <groupId>com.github.tanishiking</groupId>
  <artifactId>scalaunfmt_2.12</artifactId>
  <version>0.0.5</version>
</dependency>

compile group: 'com.github.tanishiking', name: 'scalaunfmt_2.12', version: '0.0.5'