editorconfig
EditorConfig file generator that analyzes projects and creates comprehensive editor configuration based on best practices.
What it does
- A single, complete code block containing the .editorconfig file content.
- A "Rule-by-Rule Explanation" section using Markdown for clarity.
- Indentation Style: Use spaces, not tabs.
- Indentation Size: 2 spaces.
- []: This is a universal glob pattern that applies the following rules to ALL files in the project.
- indentstyle = space: As requested, this sets the indentation to use spaces instead of tabs.
- indentsize = 2: As requested, this sets the indentation size to 2 spaces.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
EditorConfig file generator that analyzes projects and creates comprehensive editor configuration based on best practices.
Source
Repository: https://github.com/github/awesome-copilot
editorconfig FAQ
What does the editorconfig skill do?
Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences. A single, complete code block containing the .editorconfig file content. A "Rule-by-Rule Explanation" section using Markdown for clarity.
How do I install editorconfig?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill editorconfig --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain editorconfig?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-editorconfig?ref=badge) npx agentictools info skills/github-awesome-copilot-editorconfig The second line is the CLI lookup for this page — handy in READMEs and docs.