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

Generate an editorconfig based on your source automatically.

License

Notifications You must be signed in to change notification settings

fvj/make-editorconfig

Repository files navigation

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

About

Generate an editorconfig based on your source automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published