IntelliJ Version: Ultimate 2018.3
Every time I checkin files to git repo, I notice that all the files permission is changed to executable (+x)
.
I tried running git config core.fileMode false
but that has not helped.
What settings can I apply so it doesn't happen?