{"id":24319526,"url":"https://github.com/ryym/rbfmt","last_synced_at":"2026-05-29T08:03:18.337Z","repository":{"id":226013174,"uuid":"726981120","full_name":"ryym/rbfmt","owner":"ryym","description":"Ruby code formatter","archived":false,"fork":false,"pushed_at":"2025-07-29T03:17:32.000Z","size":949,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T22:12:51.966Z","etag":null,"topics":["formatter","ruby","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-12-03T23:24:49.000Z","updated_at":"2025-07-29T03:17:36.000Z","dependencies_parsed_at":"2024-04-25T00:36:57.236Z","dependency_job_id":"6affd319-e72d-4cda-b302-75399f38e969","html_url":"https://github.com/ryym/rbfmt","commit_stats":null,"previous_names":["ryym/rbfmt"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ryym/rbfmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Frbfmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Frbfmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Frbfmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Frbfmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryym","download_url":"https://codeload.github.com/ryym/rbfmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Frbfmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ruby","rust"],"created_at":"2025-01-17T15:33:39.393Z","updated_at":"2026-05-29T08:03:18.323Z","avatar_url":"https://github.com/ryym.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e This is currently under development and has many TODOs and bugs.\n\n# rbfmt\n\nRbfmt is a yet another Ruby code formatter written in Rust, based on the Ruby's official [Prism][prism] parser.\n\n[prism]: https://ruby.github.io/prism/\n\n```ruby\n# a.rb\nfoo . bar(1,2  3 # 4\n  )\n```\n\n```bash\n$ rbfmt a.rb\n# a.rb\nfoo.bar(\n  1,\n  2,\n  3 # 4\n)\n```\n\n## Installation\n\n```bash\n$ cargo install rbfmt\n```\n\n## Configuration\n\nYou can configure formatting via `.rbfmt.yml` file.\n\nAvailable values and defaults:\n\n```yaml\nformat:\n  line_width: 100\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryym%2Frbfmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryym%2Frbfmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryym%2Frbfmt/lists"}