Git integration line endings configuration

Hi there,

does the Katalon Git integration respect global Git configuration options like core.autocrlf? I mean, if I have configured my system Git on the command line once with

git config --global core.autocrlf input

(or on windows:)

git config --global core.autocrlf true

option, would the Git integration of Katalon Studio respect that global setting or would it use its own?
If it used its own, could you please provide that line endings setting (“input” or “true”) in Katalon’s Git configuration?

See Configuring Git to handle line endings - GitHub Docs

Thank you :slight_smile: