.editorconfig Generator
Create a .editorconfig that keeps indentation and line endings consistent across every editor.
Runs 100% in your browser — nothing is ever uploaded.
What is .editorconfig Generator?
This free .editorconfig generator ends the tabs-versus-spaces wars in your team. Pick the indent style and size, line endings, charset, and whitespace handling, plus optional overrides for Markdown (preserving trailing spaces used for line breaks) and Python (PEP 8's four spaces). The resulting file is respected natively by VS Code, JetBrains IDEs, Vim, Neovim and virtually every modern editor.
How to use .editorconfig Generator
- Open the tool — no signup, no upload, everything runs in your browser.
- Fill in the style options in the form; sensible defaults are pre-selected.
- The .editorconfig output updates instantly with every change you make.
- Copy the result or download it as a ready-to-use file.
Frequently asked questions
Is this .editorconfig generator free to use?
Yes — this .editorconfig generator is completely free with no signup, no limits, and no watermarks. Use it as often as you like.
What does 'root = true' mean in .editorconfig?
Editors search for .editorconfig files from the current file's folder upward, merging rules as they go. 'root = true' stops that search, making this file the top-most authority — always set it in your repository root.
Is my configuration data private?
Absolutely. Everything is generated locally in your browser with JavaScript — no data, settings, or file contents are ever sent to any server.
Do these tools touch my servers?
No. OpsForge tools are pure calculators and generators that run in your browser — they never connect to your infrastructure. You copy the result and apply it yourself.
Is the chmod calculator accurate for all systems?
Yes — octal permission notation is a POSIX standard, so the results apply identically on Linux, macOS and BSD.
Will more DevOps tools be added?
Yes — Dockerfile, docker-compose, nginx and CI config generators are on the roadmap. Everything will stay free and client-side.