{"id":20683151,"url":"https://github.com/chimehq/editorconfig","last_synced_at":"2025-10-14T09:18:32.000Z","repository":{"id":65661101,"uuid":"594713643","full_name":"ChimeHQ/EditorConfig","owner":"ChimeHQ","description":"A Swift library for working with .editorconfig files","archived":false,"fork":false,"pushed_at":"2025-04-08T10:58:12.000Z","size":65,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-26T09:10:52.038Z","etag":null,"topics":["editorconfig","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChimeHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["mattmassicotte"]}},"created_at":"2023-01-29T12:20:55.000Z","updated_at":"2025-04-13T16:36:55.000Z","dependencies_parsed_at":"2024-04-19T15:34:18.927Z","dependency_job_id":"cad68f3f-f80a-4326-b6ab-63c01fad0dc4","html_url":"https://github.com/ChimeHQ/EditorConfig","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"eb99b747a5382d5844cde5beba49bb27a6f7638c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ChimeHQ/EditorConfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2FEditorConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2FEditorConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2FEditorConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2FEditorConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeHQ","download_url":"https://codeload.github.com/ChimeHQ/EditorConfig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeHQ%2FEditorConfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018499,"owners_count":26086383,"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-10-14T02:00:06.444Z","response_time":60,"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":["editorconfig","swift"],"created_at":"2024-11-16T22:15:36.703Z","updated_at":"2025-10-14T09:18:31.950Z","avatar_url":"https://github.com/ChimeHQ.png","language":"Swift","funding_links":["https://github.com/sponsors/mattmassicotte"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Build Status][build status badge]][build status]\n[![Platforms][platforms badge]][platforms]\n\n\u003c/div\u003e\n\n# EditorConfig\nA Swift library for working with [editorconfig][editorconfig] files\n\n- Parse and resolve editorconfig files\n- Enforce a limitation on how far up the filesystem the resolution will scan\n- Render `Configuration` structs back into the editorconfig format\n\n## Installation\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/ChimeHQ/EditorConfig\", from: \"0.1.1\")\n],\n```\n\n## Usage\n\n```swift\nimport EditorConfig\n\nlet resolver = Resolver()\n\nlet fileURL = URL(fileURLWithPath: \"path/to/myfile\")\n\nlet configuration = try resolver.configuration(for: fileURL)\n```\n\n## Contributing and Collaboration\n\nI would love to hear from you! Issues, Discussions, or pull requests work great.\n\nI prefer collaboration, and would love to find ways to work together if you have a similar project.\n\nI prefer indentation with tabs for improved accessibility. But, I'd rather you use the system you want and make a PR than hesitate because of whitespace.\n\nBy participating in this project you agree to abide by the [Contributor Code of Conduct](CODE_OF_CONDUCT.md).\n\n[editorconfig]: https://editorconfig.org\n[build status]: https://github.com/ChimeHQ/EditorConfig/actions\n[build status badge]: https://github.com/ChimeHQ/EditorConfig/workflows/CI/badge.svg\n[platforms]: https://swiftpackageindex.com/ChimeHQ/EditorConfig\n[platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FChimeHQ%2FEditorConfig%2Fbadge%3Ftype%3Dplatforms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimehq%2Feditorconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimehq%2Feditorconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimehq%2Feditorconfig/lists"}