club-soda / club-soda-guide

Mindful Drinking Movement - Club Soda MVP 2.0
https://club-soda-guide-staging.herokuapp.com
17 stars 0 forks source link

Add mix format into workflow #639

Open SimonLab opened 5 years ago

SimonLab commented 5 years ago

We can enhance the elixir files by using mix format.

For example we can run the command on a specific file with:

mix format lib/cs_guide_web/controllers/brand_controller.ex

What is the best way to add this formatting on new commits?

nelsonic commented 5 years ago

@SimonLab consider using https://github.com/dwyl/elixir-pre-commit 💡