{"id":23858351,"url":"https://github.com/bitpatty/vscode-trailing-whitespace-trimmer","last_synced_at":"2026-06-29T14:31:20.258Z","repository":{"id":269628919,"uuid":"908037186","full_name":"BitPatty/vscode-trailing-whitespace-trimmer","owner":"BitPatty","description":"A formatter extension for Visual Studio Code that does nothing but trim trailing whitespace","archived":false,"fork":false,"pushed_at":"2026-02-01T15:45:22.000Z","size":344,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T03:48:23.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BitPatty.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-12-25T00:11:58.000Z","updated_at":"2025-12-09T21:17:58.000Z","dependencies_parsed_at":"2024-12-25T01:34:05.795Z","dependency_job_id":null,"html_url":"https://github.com/BitPatty/vscode-trailing-whitespace-trimmer","commit_stats":null,"previous_names":["bitpatty/vscode-trailing-whitespace-trimmer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/BitPatty/vscode-trailing-whitespace-trimmer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Fvscode-trailing-whitespace-trimmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Fvscode-trailing-whitespace-trimmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Fvscode-trailing-whitespace-trimmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Fvscode-trailing-whitespace-trimmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitPatty","download_url":"https://codeload.github.com/BitPatty/vscode-trailing-whitespace-trimmer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Fvscode-trailing-whitespace-trimmer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34931568,"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-06-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2025-01-03T03:14:52.364Z","updated_at":"2026-06-29T14:31:20.231Z","avatar_url":"https://github.com/BitPatty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode Trailing Whitespace Trimmer\n\nA formatter extension for Visual Studio Code that does nothing but trim trailing whitespace as in a lot of projects additional formatting rules are not necessary or desired.\n\n- [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=bitpatty.trailing-whitespace-trimmer)\n\n## Setup\n\nInstall the extension and add the following configuration to your VSCode's `settings.json` to apply it by default:\n\n```jsonc\n// Alternatively you can configure this via the UI:\n// `Settings` -\u003e `Editor: Default Formatter`\n{\n  \"editor.defaultFormatter\": \"bitpatty.trailing-whitespace-trimmer\"\n}\n```\n\nOr to add it to specific file formats:\n\n```json\n{\n  \"[plaintext]\": {\n    \"editor.defaultFormatter\": \"bitpatty.trailing-whitespace-trimmer\"\n  }\n}\n```\n\n## Development\n\nUpdate `src/web/extension.ts` with the necessary changes.\n\nAfter building (`npm run build`), the project can be run locally using:\n\n- The VSCode debugger: local / electron\n- `npm run test-web`: web version\n\n## License\n\nPublished under the MIT license, see `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpatty%2Fvscode-trailing-whitespace-trimmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpatty%2Fvscode-trailing-whitespace-trimmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpatty%2Fvscode-trailing-whitespace-trimmer/lists"}