Am 28.11.2019 um 17:19 schrieb
jo...@creativepost.co.uk:
> Thanks Sven - I've occasionally noticed that TortoiseGit's GUI settings
> seem to offer options for AutoCrlf and SafeCrLf (but they never seem to
> be selectable on my system).
I'd call AutoCrLf the "old" way to do this. Git attributes are superior.
I suppose you cannot select a specific value, because you have the
"Effective" view enabled. Please see
<
https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-hierarchical>.
> So am I right in thinking that at the moment, I can only do this from a
> command line? And if so, what would be the general form of the command
> to set the EOL attributes for my_file.vcxproj? Would it look something
> like this..?
> *
> git -eol my_file.vcxproj crlf*
Git attributes is not a command, but a config file. Please see the link
I provided or search for one of the numerous tutorials on this.