You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: