-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indent the source code with spaces instead of tabs #143
Comments
That's the Visual Studio default, so that's likely why. Most people writing C# on Windows probably don't even think about it. |
True. In the past, the default was tabs, that's why I stuck to it :) |
Honestly, if it wasn't for version control, I don't think many C# devs would care about tabs vs spaces. If only git auto-converted that the way it did for new-lines. |
aaubry
pushed a commit
that referenced
this issue
Feb 1, 2016
This should make it easier for everyone who wishes to contribute, since it seems that most people prefer to use spaces.
aaubry
added a commit
that referenced
this issue
Feb 1, 2016
This should make it easier for everyone who wishes to contribute, since it seems that most people prefer to use spaces.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that most people prefer to use spaces instead of tabs. In order to make it easier for everyone to contribute, maybe we should update the source code to use that convention?
I'd like to gather at least a few comments from contributors before moving forward.
The text was updated successfully, but these errors were encountered: