Question

I am using msysgit on windows vista. I am still very new to it and on my first committed code to github another member said that all the tabs were replaced with spaces. Could it be possible that msysgit is changing this? I am editing the files in VS2008. Is is just come c sharp .cs files.

Was it helpful?

Solution

It's unlikely that msysgit replaced the tabs with spaces, that was more likely your editor settings.

You should configure your editor in such a way that you follow the established conventions of the project you're working with.

However, unless the file in question was a Makefile, my opinion is your editor settings are correct. :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top