# specification **Repository Path**: mirrors_editorconfig/specification ## Basic Information - **Project Name**: specification - **Description**: Specification of EditorConfig file format - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EditorConfig Specification This repository hosts the specification of EditorConfig. A built version is available at . ## Build To build, first install [Sphinx], and then, in the same directory as this file, run make html The built HTML files should be in `_build`. ## Making changes - Alter the content in `index.rst` - Update the version and release numbers in `conf.py` - Submit a GitHub pull request to the [specification repo]. [specification repo]: https://github.com/editorconfig/specification/ [Sphinx]: https://www.sphinx-doc.org/en/master/usage/installation.html