gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 670 forks source link

Ignore whitespace changes -- no config on Server side? #1467

Open mawasse opened 7 months ago

mawasse commented 7 months ago

Hello, I can configure with git config --global core.whitespace trailing-space,space-before-tab,indent-with-non-tab on client side to ignore whitespace changes. Is there a parameter on gitblit server side about whitespaces? Thanks Markus