What problem does it solve?
Write a baseline .editorconfig and (opt-in) .vscode/ settings + extensions aligned with the project's formatter and linter — the editor layer between keystroke and commit. Detects stack via file extensions; merges keys conservatively, never overwrites a user value. Pairs with enforce-precommit and the guardrails bundle.
Core Features & Use Cases
- Establishes a baseline editor configuration by generating a baseline .editorconfig and optional .vscode/ settings and extensions that align with the repository standards.
- Detects project stacks from file extensions and manifests to apply stack-aware defaults without overwriting user customizations.
- Merges configurations conservatively, preserving existing values and only adding missing keys or sections.
- Integrates with guardrails and precommit to enforce editor consistency across local and CI environments.
Quick Start
Run the enforce-ide workflow after enabling guardrails to generate the baseline IDE configuration.