small-tech / should-i-pipe-it

Is this installation script safe to pipe into my shell?
GNU Affero General Public License v3.0
18 stars 1 forks source link

Use editorconfig #9

Closed rugk closed 4 years ago

rugk commented 4 years ago

To prevent these things maybe add an editorconfig file.

If you add an editorconfig file you can easily make sure contributors choose the right indentation and similar things. They can choose from a variety of editor plugins and it is even supported by GitHub by default.

aral commented 4 years ago

Good call, will look into it (and PRs welcome) ;)