developer tools

Editorconfig_mcp

Formats files using `.editorconfig` rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the start.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y neilberkman/editorconfig_mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "editorconfig_mcp",
  "command": "npx",
  "args": [
    "-y",
    "neilberkman/editorconfig_mcp"
  ]
}

About This MCP Server

neilberkman/editorconfig_mcp

Formats files using .editorconfig rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the start.

GitHub: https://github.com/neilberkman/editorconfig_mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub