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
Installation
npx -y neilberkman/editorconfig_mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub