{"id":13498705,"url":"https://github.com/scalameta/scalafmt","last_synced_at":"2026-01-31T08:10:19.854Z","repository":{"id":3477018,"uuid":"45423600","full_name":"scalameta/scalafmt","owner":"scalameta","description":"Code formatter for Scala","archived":false,"fork":false,"pushed_at":"2025-04-18T08:52:01.000Z","size":23121,"stargazers_count":1463,"open_issues_count":16,"forks_count":283,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-04-18T22:23:47.820Z","etag":null,"topics":["formatter","scala"],"latest_commit_sha":null,"homepage":"http://scalameta.org/scalafmt","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scalameta.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-02T21:34:40.000Z","updated_at":"2025-04-18T08:38:56.000Z","dependencies_parsed_at":"2023-01-14T11:12:33.980Z","dependency_job_id":"e030eb8d-b9cc-411f-97ee-8d317fd58077","html_url":"https://github.com/scalameta/scalafmt","commit_stats":{"total_commits":4818,"total_committers":185,"mean_commits":"26.043243243243243","dds":0.5053964300539643,"last_synced_commit":"04e52a7444de3e826e41ca91aaad1d00b1786cd5"},"previous_names":[],"tags_count":201,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalameta%2Fscalafmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalameta%2Fscalafmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalameta%2Fscalafmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalameta%2Fscalafmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalameta","download_url":"https://codeload.github.com/scalameta/scalafmt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250490829,"owners_count":21439215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["formatter","scala"],"created_at":"2024-07-31T21:00:41.197Z","updated_at":"2026-01-31T08:10:19.809Z","avatar_url":"https://github.com/scalameta.png","language":"Scala","funding_links":[],"categories":["Scala","Supported Linters"],"sub_categories":[],"readme":"# scalafmt\n[![Build Status](https://img.shields.io/github/actions/workflow/status/scalameta/scalafmt/ci.yml)](https://github.com/scalameta/scalafmt/actions)\n[![Build status](https://ci.appveyor.com/api/projects/status/7gha7cxm5lw8fsc3)](https://ci.appveyor.com/project/olafurpg/scalafmt/branch/master)\n[![Join the discord chat](https://img.shields.io/discord/632642981228314653?label=discord)](https://discord.gg/N43mbnH)\n[![Latest version](https://index.scala-lang.org/scalameta/scalafmt/scalafmt-core/latest.svg?color=orange\u0026kill_cache=1)](https://index.scala-lang.org/scalameta/scalafmt/scalafmt-core)\n\n### [User documentation][docs]\nHead over to [the user docs][docs] for instructions on how to install scalafmt.\n\n### Quick help\n- `sbt compile` or `sbt core/compile` (specific project).\n- Run all unit tests: `sbt test`\n- Run only formatting tests: `tests/testOnly *FormatTests`.\n- Write new formatting test: read [this doc](scalafmt-tests/shared/src/test/resources/readme.md).\n- Build docs: See instructions on the [site][docs-guide] or locally at `./docs/contributing-website.md`.\n- Hack on sbt plugin: run `sbt scripted`.\n- Run jmh benchmarks: `./bin/run-benchmarks.sh`.\n- Run formatter on millions of lines of code: `tests/test:runMain  org.scalafmt.ScalafmtProps` (slow, and requires a lot of memory/cpu)\n- Debug performance: after each test run in `FormatTests`, a flamegraph report\n  like [this one](https://github.com/scalameta/scalafmt/issues/140)\n  is generated in `target/index.html`. \n  I usually keep a browser tab open at `localhost:3000/target/index.html`\n  along with this background process:\n  `browser-sync start --server --files \"target/*.html\"`.\n  See [Browsersync](https://www.browsersync.io/).\n\n### Team\nThe current maintainers (people who can merge pull requests) are:\n\n* Ólafur Páll Geirsson - [`@olafurpg`](https://github.com/olafurpg)\n* Pedro J Rodriguez Tavarez - [`@pjrt`](https://github.com/pjrt)\n* Iurii Susuk - [`@ysusuk`](https://github.com/ysusuk)\n* Paul Draper - [`@pauldraper`](https://github.com/pauldraper)\n* Rikito Taniguchi [`@tanishiking`](https://github.com/tanishiking)\n* Mikhail Chugunkov [`@poslegm`](https://github.com/poslegm)\n\nAn up-to-date list of contributors is available here: https://github.com/scalameta/scalafmt/graphs/contributors\n\nWe strive to offer a welcoming environment to learn, teach and contribute.\n\n## Acknowledgements\n\n\u003ca href=\"http://www.ej-technologies.com/products/jprofiler/overview.html\"\u003e\n  \u003cimg src=\"https://www.ej-technologies.com/images/product_banners/jprofiler_large.png\" align=\"right\" /\u003e\n \u003c/a\u003e\n\n[JProfiler](http://www.ej-technologies.com/products/jprofiler/overview.html) generously supports scalafmt with its full-featured Java Profiler.\n\n[docs]: https://scalameta.org/scalafmt/\n[docs-guide]: https://scalameta.org/scalafmt/docs/contributing-website.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalameta%2Fscalafmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalameta%2Fscalafmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalameta%2Fscalafmt/lists"}