{"id":20710693,"url":"https://github.com/nice-move/prettier-plugin-ssh-config","last_synced_at":"2026-02-25T19:12:24.246Z","repository":{"id":57330052,"uuid":"387108819","full_name":"nice-move/prettier-plugin-ssh-config","owner":"nice-move","description":"A prettier plugin for ssh config.","archived":false,"fork":false,"pushed_at":"2025-06-20T03:32:07.000Z","size":503,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-11T04:24:00.454Z","etag":null,"topics":["config","prettier","prettier-plugin","ssh","ssh-config"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nice-move.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-18T06:40:20.000Z","updated_at":"2025-06-20T03:32:10.000Z","dependencies_parsed_at":"2024-04-16T06:31:55.442Z","dependency_job_id":"d190ba77-bbfd-43f6-8459-92f475965088","html_url":"https://github.com/nice-move/prettier-plugin-ssh-config","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"651eedd3f313aad20d82c5008ab1ef9b574178c3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nice-move/prettier-plugin-ssh-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nice-move%2Fprettier-plugin-ssh-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nice-move%2Fprettier-plugin-ssh-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nice-move%2Fprettier-plugin-ssh-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nice-move%2Fprettier-plugin-ssh-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nice-move","download_url":"https://codeload.github.com/nice-move/prettier-plugin-ssh-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nice-move%2Fprettier-plugin-ssh-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29835543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["config","prettier","prettier-plugin","ssh","ssh-config"],"created_at":"2024-11-17T02:12:53.560Z","updated_at":"2026-02-25T19:12:19.231Z","avatar_url":"https://github.com/nice-move.png","language":"JavaScript","readme":"# prettier-plugin-ssh-config\n\nA [prettier] plugin for ssh config.\n\n[prettier]: https://prettier.io/\n\n[![npm][npm-badge]][npm-url]\n[![github][github-badge]][github-url]\n![node][node-badge]\n\n[npm-url]: https://www.npmjs.com/package/prettier-plugin-ssh-config\n[npm-badge]: https://img.shields.io/npm/v/prettier-plugin-ssh-config.svg?style=flat-square\u0026logo=npm\n[github-url]: https://github.com/nice-move/prettier-plugin-ssh-config\n[github-badge]: https://img.shields.io/npm/l/prettier-plugin-ssh-config.svg?style=flat-square\u0026colorB=blue\u0026logo=github\n[node-badge]: https://img.shields.io/node/v/prettier-plugin-ssh-config.svg?style=flat-square\u0026colorB=green\u0026logo=node.js\n\n## Examples\n\n```ssh-config\nHost *\n  HostName localhost\n  User root\nHost abc\n  HostName 127.0.0.1\n  User nginx\n```\n\n## Installation\n\n```sh\nnpm install prettier prettier-plugin-ssh-config --save-dev\n```\n\n## Usage\n\n```sh\nprettier --write ssh_config\n```\n\n### Support Filenames\n\n- ssh.config\n- ssh_config\n- ssh-config\n- sshconfig\n- \\*.ssh_config\n- \\*.ssh-config\n- \\*.sshconfig\n\nTo support custom config name:\n\n```jsonc\n// .prettierrc.json\n{\n  \"overrides\": [\n    {\n      \"files\": \".ssh/config\",\n      \"options\": {\n        \"parser\": \"ssh-config\"\n      }\n    }\n  ]\n}\n```\n\n## Options\n\nThis plugin took [options](https://prettier.io/docs/en/options.html) from prettier. Support `useTabs/tabWidth/endOfLine` , not support `printWidth/requirePragma/insertPragma` .\n\n## Related\n\n- [@nice-move/prettier-config](https://github.com/nice-move/nice-move/tree/master/packages/prettier-config)\n- [@bring-it/cli](https://github.com/airkro/bring-it)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnice-move%2Fprettier-plugin-ssh-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnice-move%2Fprettier-plugin-ssh-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnice-move%2Fprettier-plugin-ssh-config/lists"}