editorconfig.org - EditorConfig

Description: EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.

Example domain paragraphs

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

(A formal specification of EditorConfig is also available.)

Below is an example .editorconfig file setting end-of-line and indentation styles for Python and JavaScript files.

Links to editorconfig.org (23)