FreeDev Tools

EditorConfig Generator

Generate a .editorconfig file with your indent style, line endings, and charset.

How to Use

  1. 1

    Choose your conventions

    Spaces or tabs, indent size, LF or CRLF, final newline, trailing whitespace.

  2. 2

    Generate the file

    A complete .editorconfig with root = true and your settings.

  3. 3

    Commit at the repo root

    Save it as .editorconfig and every contributor's editor picks it up.

Frequently Asked Questions

A simple .editorconfig file at your repo root that tells every editor and IDE — VS Code, JetBrains, Vim, Sublime — the project's indent style, line endings, and charset, so the whole team formats consistently without sharing editor settings.