A library for generating editorconfigs automatically.
This library provides the backend for frontends such as make-editorconfig-cli and make-editorconfig-web.
The official editorconfig website describes editorconfigs as follows:
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
This library generates such a file given files. It does so by
- Producing a tree structure
- Detecting file attributes for every file
- Bubbling up common attributes
- Merging common attributes by file extension
- Converting the tree into an editorconfig
TODO
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2018 Julius von Froreich