{"id":23041497,"url":"https://github.com/raffeyang/sublimeswiftformat","last_synced_at":"2026-05-19T03:04:08.170Z","repository":{"id":157881716,"uuid":"76099403","full_name":"RaffeYang/SublimeSwiftFormat","owner":"RaffeYang","description":"Swift code formatter for Sublime Text via SwiftFormat https://github.com/nicklockwood/SwiftFormat","archived":false,"fork":false,"pushed_at":"2017-12-30T13:16:24.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-03T00:41:24.818Z","etag":null,"topics":["formatter","sublime-text","swift"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RaffeYang.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}},"created_at":"2016-12-10T08:06:17.000Z","updated_at":"2020-06-12T13:20:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c52f2cb1-a8bd-44b1-a01a-de2a379d9bd9","html_url":"https://github.com/RaffeYang/SublimeSwiftFormat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/RaffeYang/SublimeSwiftFormat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FSublimeSwiftFormat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FSublimeSwiftFormat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FSublimeSwiftFormat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FSublimeSwiftFormat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaffeYang","download_url":"https://codeload.github.com/RaffeYang/SublimeSwiftFormat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FSublimeSwiftFormat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267470062,"owners_count":24092352,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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","sublime-text","swift"],"created_at":"2024-12-15T19:34:52.769Z","updated_at":"2026-05-19T03:04:08.156Z","avatar_url":"https://github.com/RaffeYang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SublimeSwiftFormat\n\nA simple plugin to format swift code in Sublime Text.\n\n## Prerequisites\n\n- macOS\n- Xcode\n- SwiftFormat\n\n\u003e This package relies on the amazing [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) to format Swift source code files.\n\n\u003e The simplest way to install the `swiftformat` command-line tool is via [Homebrew](http://brew.sh/). If you already have Homebrew installed, just type\n\u003e\n\u003e ```\n\u003e brew update\n\u003e brew install swiftformat\n\u003e ```\n\n## Installation\n\n#### Package Control\n\n- [ ] Comming Soon\n\n#### Manual\n\n1. Navigate to the Sublime Text package directory\n\n2. Clone the repository\n\n   ```bash\n   git clone https://github.com/Jax0rz/SublimeSwiftFormat.git\n   ```\n\n## Commands\n\n- `SwiftFormat: Format Selection`\n  - Format the current selection\n- `SwiftFormat: Format File` (\u003ckbd\u003ectrl+option+f\u003c/kbd\u003e)\n  - Format the current file\n- `SwiftFormat: Enable Format on Save`\n  - Enable automatic formatting of swift source files on save\n- `SwiftFormat: Disable Format on Save`\n  - Disable automatic formatting of swift source files on save\n\n## Configuration\n\n- `swift_format_on_save`\n  - Automatically format files on save\n- `swift_format_binary`\n  - Full path to `swiftformat` binary (if not on `PATH`)\n\n```\n{\n    \"swift_format_on_save\": false,\n    \"swift_format_binary\": \"/usr/local/bin/swiftformat\"\n}\n```\n\n## Thanks\n\nThis Plugin is heavily inspired by [RustFormat](https://github.com/Rypac/sublime-rust-format)\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffeyang%2Fsublimeswiftformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraffeyang%2Fsublimeswiftformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffeyang%2Fsublimeswiftformat/lists"}