android studio - Reformat code style with another code style when using GitHub -


context : i'm working in large project (more 20 developpers) , set "default" code style should apply before commit our files. whole actual project updated "default" code style won't have thousand of lines appear "modified" when update 2 lines of code , reformat code.

everyone using own code style , when forget reformat code before pushing, messes everything.

question : possible automatically reformat code different code style (other actual one) when 1 saves or commits or pushes files ?

we using android studio , github. thanks.

no, not possible of android studio 1.1.

generally speaking, using own code style not sustainable approach project. consider google, company number of developers 3 orders of magniture larger, somehow manages agree on single code style of projects.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -