.editorconfig Generator
Generate an .editorconfig file to keep coding styles consistent across editors and IDEs.
Runs entirely in your browser.
Create an EditorConfig File
About EditorConfig
EditorConfig keeps coding styles consistent for everyone working on a project, no matter which editor or IDE they use. Most modern editors support it natively or through a plugin.
The file is placed in your project root with root = true. Rules are grouped under glob patterns such as [*] (all files) or [*.md] (Markdown files).