initialize .editorconfig in your bash
npm install editorconfig-cliInitialize .editorconfig in your terminal
---
``sh`
npm i -g editorconfig-cli
- init - create new .editorconfigadd-rules
- - add rules to existing .editorconfig file
`sh`
ec init
to use defaults w/o questionnaire:
`sh`
ec init -y
`sh`
ec add-rules
`sh`
npx editorconfig-cli init -y
#### Help
`sh``
ec --help