# sindresorhus/editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors

Repository: https://github.com/sindresorhus/editorconfig-sublime
Canonical: https://ross.abutalabs.com/products/editorconfig-sublime
Language: Python
License: MIT
License Family: permissive
Topics: sublime-package, sublime-text-plugin, sublime-text, editorconfig, python
Last push: 2026-03-22T16:11:20+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 73, release rhythm 43, longevity 100
- inputs: {"age_days": 5208, "days_push": 164, "days_rel": 164, "gap_med": 230, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1774, forks 112 (observed 2026-08-28T04:05:34.363130+00:00)

## What it is
A Sublime Text plugin that applies EditorConfig settings (.editorconfig files) to enforce consistent coding styles across editors. It supports core properties like indent style, end-of-line, charset, trailing whitespace trimming, and final newline insertion.

## Use cases
- enforce consistent indentation across editors in a team
- apply .editorconfig settings in Sublime Text
- trim trailing whitespace on save per project
- normalize line endings and charset per project
- insert final newline automatically
- generate an .editorconfig file with a snippet

## When to choose
- your team uses Sublime Text alongside other editors and shares .editorconfig files
- you want per-project coding style enforcement without manual Sublime settings
- you need standard EditorConfig properties like indent_style, end_of_line, and charset

## When to avoid
- you don't use Sublime Text
- you need the tab_width property, which is intentionally unsupported
- your editor has built-in EditorConfig support

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, configuration-management, developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin, cross-platform, python
- tags: editorconfig, sublime-text, coding-style, package-control, automation

## Member repositories
- sindresorhus/editorconfig-sublime (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.363130+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:25:24.159243+00:00, confidence not recorded.
  - readme: https://github.com/sindresorhus/editorconfig-sublime (fetched 2026-08-28T04:05:34.363130+00:00, sha ebec228ee772)
- Data as of 2026-08-30T08:39:29.467469+00:00.
