big


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.geirsson
ArtifactId

ArtifactId

scalafmt-big_2.12
Last Version

Last Version

1.6.0-RC4
Release Date

Release Date

Type

Type

jar
Description

Description

big
big
Project URL

Project URL

https://github.com/scalameta/scalafmt
Project Organization

Project Organization

com.geirsson
Source Code Management

Source Code Management

https://github.com/scalameta/scalafmt

Download scalafmt-big_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.geirsson/scalafmt-big_2.12/ -->
<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>scalafmt-big_2.12</artifactId>
    <version>1.6.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.geirsson/scalafmt-big_2.12/
implementation 'com.geirsson:scalafmt-big_2.12:1.6.0-RC4'
// https://jarcasting.com/artifacts/com.geirsson/scalafmt-big_2.12/
implementation ("com.geirsson:scalafmt-big_2.12:1.6.0-RC4")
'com.geirsson:scalafmt-big_2.12:jar:1.6.0-RC4'
<dependency org="com.geirsson" name="scalafmt-big_2.12" rev="1.6.0-RC4">
  <artifact name="scalafmt-big_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geirsson', module='scalafmt-big_2.12', version='1.6.0-RC4')
)
libraryDependencies += "com.geirsson" % "scalafmt-big_2.12" % "1.6.0-RC4"
[com.geirsson/scalafmt-big_2.12 "1.6.0-RC4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4

test (2)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.12 jar 1.13.5
org.scalatest : scalatest_2.12 jar 3.2.0-SNAP10

Project Modules

There are no modules declared in this project.

scalafmt

Build Status Build status Join the chat at https://gitter.im/scalameta/scalafmt Join the discord chat Latest version

User documentation

Head over to the user docs for instructions on how to install scalafmt.

Quick help

  • sbt compile or sbt core/compile (specific project).
  • Run all unit tests: sbt test
  • Run only formatting tests: tests/testOnly *FormatTests.
  • Write new formatting test: read this doc.
  • Build docs: See instructions on the site or locally at ./docs/contributing-website.md.
  • Hack on sbt plugin: run sbt scripted.
  • Run jmh benchmarks: ./bin/run-benchmarks.sh.
  • Run formatter on millions of lines of code: tests/test:runMain org.scalafmt.ScalafmtProps (slow, and requires a lot of memory/cpu)
  • Debug performance: after each test run in FormatTests, a flamegraph report like this one is generated in target/index.html. I usually keep a browser tab open at localhost:3000/target/index.html along with this background process: browser-sync start --server --files "target/*.html". See Browsersync.

Team

The current maintainers (people who can merge pull requests) are:

An up-to-date list of contributors is available here: https://github.com/scalameta/scalafmt/graphs/contributors

We strive to offer a welcoming environment to learn, teach and contribute.

Acknowledgements

JProfiler generously supports scalafmt with its full-featured Java Profiler.

com.geirsson
Developer tooling for Scala

Versions

Version
1.6.0-RC4
1.6.0-RC3