Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 702 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 702 Bytes

Create EditorConfig

A simple npm script to generate an .editorconfig file.

You don't know EditorConfig? Check out the official documentation!

Usage

Simply run npx create-editorconfig in your project directory and answer the prompted questions according to your preferences. You must have node and npm installed.

Use npx create-editor -y to skip the prompts and generate a default .editorconfig file.

Create EditorConfig usage

License

Create EditorConfig is open source software licensed as MIT.