AgileVentures / asyncvoter-api

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker
5 stars 7 forks source link

Automatic code indenting #20

Open Zsuark opened 7 years ago

Zsuark commented 7 years ago

Is there a way to have the code indented/formatted consistently whenever it is committed to the repo?

tansaku commented 7 years ago

https://houndci.com/ - individual editor plugins

we should agree on code style - happy with 2 or 4 spaces - as long as it's spaces

http://www.jslint.com/

Zsuark commented 7 years ago

Maybe we are looking for something like this?

https://github.com/maxogden/standard-format

Zsuark commented 7 years ago

As per channel discussion on slack - we all use a format-on-save option in our editors

joaopapereira commented 7 years ago

Can we close this story?