@vapurrmaid/editor-config
v0.2.2
Published
Vapurrmaid's EditorConfig. See https://editorconfig.org/.
Downloads
7
Readme
@vapurrmaid/editor-config
This package installs an opinionated .editorconfig.
Installation
Using wget
wget https://raw.githubusercontent.com/vapurrmaid/editor-config/master/src/assets/.editorconfigUsing NPX
Use the following command to install .editorconfig in the current directory.
npx @vapurrmaid/editor-configNPM or Yarn
The following simply installs the assets in node_modules:
# yarn
yarn add -D @vapurrmaid/editor-config
# npm
npm install --save-dev @vapurrmaid/editor-configIf you'd like to generate a .editorconfig in your current directory, run:
./node_modules/.bin/editor-configOtherwise, simply just copy the .editorconfig file to wherever you'd prefer:
cp "./node_modules/@vapurrmaid/editor-config/dist/assets/.editorconfig" .Contributions
While I'm an open-source contributor and love collaboration, I use these configurations in my personal/hobby projects. Therefore, I'm generally not accepting contributions outside of security-related concerns. Please feel free to fork your own version or use these configurations.
