{"id":13495041,"url":"https://github.com/editorconfig/editorconfig-sublime","last_synced_at":"2025-03-28T15:32:38.702Z","repository":{"id":8386768,"uuid":"9961776","full_name":"editorconfig/editorconfig-sublime","owner":"editorconfig","description":"Sublime Text plugin for EditorConfig - helps developers define and maintain consistent coding styles between different editors and IDEs","archived":false,"fork":true,"pushed_at":"2022-06-12T05:19:06.000Z","size":96,"stargazers_count":218,"open_issues_count":0,"forks_count":14,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-31T09:37:26.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sindresorhus.com","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sindresorhus/editorconfig-sublime","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/editorconfig.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-09T15:12:44.000Z","updated_at":"2024-08-06T07:24:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/editorconfig/editorconfig-sublime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-sublime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-sublime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-sublime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-sublime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/editorconfig","download_url":"https://codeload.github.com/editorconfig/editorconfig-sublime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246053899,"owners_count":20716285,"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":[],"created_at":"2024-07-31T19:01:30.647Z","updated_at":"2025-03-28T15:32:38.432Z","avatar_url":"https://github.com/editorconfig.png","language":"Python","funding_links":[],"categories":["Others","Python"],"sub_categories":[],"readme":"# EditorConfig - Sublime Text plugin\n\n\u003e [EditorConfig](http://editorconfig.org) helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems.\n\n\n## Install\n\n\n### Sublime Text 2\n\nInstall with [Package Control](http://wbond.net/sublime_packages/package_control)\n\n\n### Sublime Text 3\n\n[Download](https://github.com/sindresorhus/editorconfig-sublime/archive/st3.zip), unzip, and put the contents in `~/Library/Application Support/Sublime Text 3/Packages/EditorConfig`.  \nWill be easier when Package Control is fully compatible.\n\n\n## Getting started\n\nSee the [EditorConfig site][] for documentation.\n\n\n## Supported properties\n\n- root\n- indent_style\n- indent_size\n- end\\_of\\_line\n- charset\n- trim_trailing_whitespace\n- insert_final_newline\n\nExplanation of the properties can be found on the [EditorConfig site][].\n\n\n## Example file\n\n*My recommended default settings*\n\n```ini\n# editorconfig.org\nroot = true\n\n[*]\nindent_style = tab\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n```\n\n\n## Tips\n\n### Trailing whitespace\n\nEven though there is a `trim_trailing_whitespace` property. I would still recommend you set `\"draw_white_space\": \"all\"` in your Sublime preferences to prevent you from accidentally committing whitespace garbage whenever a project is missing a .editorconfig file.\n\n\n### Show changes\n\nThis plugin does its changes transparently in the background. I would recommend the excellent [Modific](https://github.com/gornostal/Modific) plugin if you would like to see what changed.\n\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n(c) [Sindre Sorhus](http://sindresorhus.com)\n\n\n\n[EditorConfig site]: http://editorconfig.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditorconfig%2Feditorconfig-sublime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditorconfig%2Feditorconfig-sublime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditorconfig%2Feditorconfig-sublime/lists"}