prior-art-archive / priorartarchive.org

Prior Art Archive Site
https://priorartarchive.org
GNU General Public License v2.0
3 stars 1 forks source link

Linting and whitespace #39

Open slifty opened 5 years ago

slifty commented 5 years ago

The linting rules for the project are a little bit non-standard, but more importantly our use of tabs instead of spaces makes diffs really hard to process.

We should consider moving to airbnb's eslint standards.

slifty commented 5 years ago

Update on this: after much discussion in slack and with the team the consensus is that tabs are indeed what we want (yay!) but that we should use an .editorconfig so that indent width defaults to something reasonable on github.