.editorconfig Generator
Create an EditorConfig File
Generate an .editorconfig file to keep coding styles consistent across editors and IDEs.
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).