dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

Convert tabs to spaces to avoid constant linting. #800

Closed dxg closed 6 years ago

dxg commented 6 years ago

Sorry Richard Hendricks, spaces are better than tabs.

We keep having to clean this up when people submit PRs with a mix of spaces & tabs. This switches us to spaces which should make things easier. Code will also be much nicer to look at in github with an indentation of 2 instead of 4.