Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
59 lines (38 loc) · 1.55 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.55 KB

make-editorconfig

standard-readme compliant TODO: Put more badges here.

A library for generating editorconfigs automatically.

This library provides the backend for frontends such as make-editorconfig-cli and make-editorconfig-web.

Table of Contents

Background

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

  1. Producing a tree structure
  2. Detecting file attributes for every file
  3. Bubbling up common attributes
  4. Merging common attributes by file extension
  5. Converting the tree into an editorconfig

Install

  • Using yarn: yarn add make-editorconfig
  • Using npm: npm install --save make-editorconfig

API

TODO

Maintainers

@fvj

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Julius von Froreich