I work with a project who's convention is to use 4 spaces instead of tabs. With git GUIs such as SourceTree that use the git CLI under the hood, I was able to previously develop locally using tabs, and push those tabs as spaces. This was done using the first answer in this question: Can git automatically switch between spaces and tabs?
I tried setting this up with GitKraken with no success. I'm guessing that is because GitKraken doesn't use the git CLI under the hood. Is there a way to accomplish this with GitKraken?