{"id":13794381,"url":"https://github.com/tid-kijyun/XcodeSourceEditorExtension-Alignment","last_synced_at":"2025-05-12T21:30:57.228Z","repository":{"id":66343027,"uuid":"61227804","full_name":"tid-kijyun/XcodeSourceEditorExtension-Alignment","owner":"tid-kijyun","description":"This Xcode source editor extension align your assignment statement.","archived":false,"fork":false,"pushed_at":"2020-11-23T14:45:15.000Z","size":91,"stargazers_count":218,"open_issues_count":5,"forks_count":24,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-08-03T23:03:38.175Z","etag":null,"topics":["swift","xcode","xcode-extension"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/tid-kijyun.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}},"created_at":"2016-06-15T17:41:06.000Z","updated_at":"2024-07-28T04:01:37.000Z","dependencies_parsed_at":"2023-03-10T23:52:49.756Z","dependency_job_id":null,"html_url":"https://github.com/tid-kijyun/XcodeSourceEditorExtension-Alignment","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tid-kijyun%2FXcodeSourceEditorExtension-Alignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tid-kijyun%2FXcodeSourceEditorExtension-Alignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tid-kijyun%2FXcodeSourceEditorExtension-Alignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tid-kijyun%2FXcodeSourceEditorExtension-Alignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tid-kijyun","download_url":"https://codeload.github.com/tid-kijyun/XcodeSourceEditorExtension-Alignment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225152736,"owners_count":17429185,"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":["swift","xcode","xcode-extension"],"created_at":"2024-08-03T23:00:39.954Z","updated_at":"2024-11-18T08:31:37.555Z","avatar_url":"https://github.com/tid-kijyun.png","language":"Swift","readme":"# Alignment\n\nThis Xcode source editor extension align your assignment statement.\n\n![c](https://cloud.githubusercontent.com/assets/1665104/16102266/ae4a0b24-33a8-11e6-943e-9a00eb6e9802.gif)\n\n## Install:\n[![download_on_the_mac_app_store_badge_us-uk_165x40](https://cloud.githubusercontent.com/assets/1665104/19629909/de5c7a64-99b9-11e6-88fc-2a39c8849920.png)](https://itunes.apple.com/us/app/alignment-for-xcode/id1168397789?ls=1\u0026mt=12)\n\n![system preferences](https://cloud.githubusercontent.com/assets/1665104/19801236/5dc1dfec-9d39-11e6-8dc3-8cff3d7e9921.png)\n\n![extensions](https://cloud.githubusercontent.com/assets/1665104/19801299/a45e026e-9d39-11e6-8cec-a82f30aecd9a.png)\n\n## Usage:\n\n1. Open your code on Xcode 8\n2. Select your code\n3. Choose menu `Editor \u003e Alignment`\n\n\n## Settings:\n![screen shot 2017-02-09 at 17 09 15](https://cloud.githubusercontent.com/assets/1665104/22777668/521450de-eef7-11e6-98a3-82fe4e1b9188.png)\n* Align assignment  \n  When checked, assignment statement align will be enabled.\n  \n  ```\n  let value = 0\n  let i = 0\n  ```\n  \n  ```\n  let value = 0\n  let i     = 0\n  ```\n  \n* Align type declaration  \n  When checked, type declaration align will be enabled.\n  \n  ```\n  func sort(from: Int,\n            to: Int) {\n  }\n  ```\n  \n  ```\n  func sort(from : Int,\n            to   : Int) {\n  }\n  ```\n\n## Usage without installing:\n\n1. Install Xcode 8\n2. Run Xcode 8 and install additional system components\n3. Open this project in Xcode 8 and run the extension\n4. Choose an app to run: Xcode 8\n5. Select your code\n6. Choose menu `Editor \u003e Alignment`\n\nLicense:\n=================\nThe MIT License. See the LICENSE file for more infomation.\n","funding_links":[],"categories":["The list"],"sub_categories":["Formatters"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftid-kijyun%2FXcodeSourceEditorExtension-Alignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftid-kijyun%2FXcodeSourceEditorExtension-Alignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftid-kijyun%2FXcodeSourceEditorExtension-Alignment/lists"}