grandcentrix-AndroidCodeStyle icon indicating copy to clipboard operation
grandcentrix-AndroidCodeStyle copied to clipboard

Propagate the new changes to whole team

Open huseyinbarin opened this issue 6 years ago • 0 comments

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.

huseyinbarin avatar Jan 13 '20 05:01 huseyinbarin