https://github.com/editorconfig/specification
Specification of EditorConfig file format
https://github.com/editorconfig/specification
docs editorconfig specification
Last synced: 9 days ago
JSON representation
Specification of EditorConfig file format
- Host: GitHub
- URL: https://github.com/editorconfig/specification
- Owner: editorconfig
- License: bsd-2-clause
- Created: 2019-05-20T07:03:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T06:44:46.000Z (20 days ago)
- Last Synced: 2025-03-29T13:11:27.342Z (16 days ago)
- Topics: docs, editorconfig, specification
- Language: Python
- Homepage: https://editorconfig-specification.readthedocs.io
- Size: 64.5 KB
- Stars: 92
- Watchers: 14
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - editorconfig/specification - Specification of EditorConfig file format (Python)
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, runmake 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