Generates .editorconfig files by analyzing your project structure and applying sensible defaults for indentation, line endings, and character encoding across different file types. Automatically detects languages in use and creates glob patterns for JavaScript, Python, Markdown, and other common formats. Explains every rule it adds, from why it disables trailing whitespace trimming for Markdown files to why it forces UTF-8 encoding everywhere. Saves you from the tedious work of researching EditorConfig syntax and best practices while ensuring your team gets consistent formatting across IDEs. The explanations are detailed enough that junior developers actually understand what each setting does.
npx skills add https://github.com/github/awesome-copilot --skill editorconfig