coltonw / AcidPlatformer

This is a simple javascript platformer that may evolve over time to be something more.
0 stars 0 forks source link

Add code style enforcement #4

Open coltonw opened 9 years ago

coltonw commented 9 years ago

Restyle js to follow Airbnb style guide. Use JSCS (possibly with a gulp plugin) to enforce.

coltonw commented 9 years ago

We should add a .editorconfig as well.