GCX-HCI / grandcentrix-AndroidCodeStyle

Android code style settings for Android Studio at grandcentrix
217 stars 63 forks source link

Propagate the new changes to whole team #36

Open huseyinbarin opened 4 years ago

huseyinbarin commented 4 years ago

By using install.sh script mentioned, whole team will be using the same code styles. However, when we need a change in this style, what is the best approach to propagate these changes to the whole team?

git add -f .idea/codestyles/Project.xml .idea/codestyles/codeStyleConfig.xml after adding these changes to git. There will be another problem since AS sometimes modifies these files automatically and it will cause unrelated changes and every time you need to discard them.