EdigorConfig shareable config for FOURDIGIT developers
npm install @fourdigit/editorconfig-config-fourdigit
``sh
// yarn
yarn add --dev @fourdigit/editorconfig-config-fourdigit
// npm
npm install --save-dev @fourdigit/editorconfig-config-fourdigit
`
EditorConfig doesn't natively support sharing or extending configuration (see https://github.com/editorconfig/editorconfig/issues/236).
As a stop-gap, we adopt postinstall script.
Automatically install the file .editorconfig if your project not contain it.
When you want to update your editorconfig manually, please run following command.
`sh``
cp ./node_modules/@fourdigit/editorconfig-config-fourdigit/.editorconfig .editorconfig