Skip to content

fourdigit/editorconfig-config-fourdigit

Repository files navigation

Sharable EditorConfig for FOURDIGIT

npm

Installation

// yarn
yarn add --dev @fourdigit/editorconfig-config-fourdigit

// npm
npm install --save-dev @fourdigit/editorconfig-config-fourdigit

Usage

EditorConfig doesn't natively support sharing or extending configuration (see editorconfig/editorconfig#236). As a stop-gap, we adopt postinstall script. Automatically install the file .editorconfig if your project not contain it.

Update .editorconfig

When you want to update your editorconfig manually, please run following command.

cp ./node_modules/@fourdigit/editorconfig-config-fourdigit/.editorconfig .editorconfig

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published