<!--- Provide a general summary of the issue in the Title above --> <!-- Make sure that you've read through https://github.com/firstcontributions/first-contributions/issues/35892 and understand the design of this project. If you have questions about it, please write a comment in that issue. --> 🐞 **Problem** Its bug regarding when we do git add command in our IDE, it may causes merge conflict because of prettier extention in vs code. 🎯 **Goal** To not have merge conflict, because of changes made by prettier extention. 💡 **Possible solutions** Using the command 'git add -p'.