bootstrap


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.geirsson
ArtifactId

ArtifactId

scalafmt-bootstrap_2.10
Last Version

Last Version

0.6.8
Release Date

Release Date

Type

Type

jar
Description

Description

bootstrap
bootstrap
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-bootstrap_2.10

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6
com.martiansoftware : nailgun-server jar 0.9.1
io.get-coursier : coursier_2.10 jar 1.0.0-M15-5
io.get-coursier : coursier-cache_2.10 jar 1.0.0-M15-5

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 3.0.1

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
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.3-RC1
0.5.2
0.5.2-RC1