Skip to content
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

Style Guide #6

Open
chrisber opened this issue Mar 12, 2015 · 2 comments
Open

Style Guide #6

chrisber opened this issue Mar 12, 2015 · 2 comments

Comments

@chrisber
Copy link
Contributor

If you accepted pull request in the future, could you provide a style guide for it ❔
I would like to use spaces for tabs are you OK with that πŸ™ ?
What are the monodevelop code format options that you are using?

@mrward
Copy link
Owner

mrward commented Mar 12, 2015

The code follows the style for SharpDevelop which unfortunately uses tabs instead of spaces. The style is nearly the same as MonoDevelop's coding style the only difference that there is no space between opening braces for methods:

// MonoDevelop
Console.WriteLine ("...");

// SharpDevelop
Console.WriteLine("...");

In both cases tabs are used instead of spaces.

@chrisber
Copy link
Contributor Author

Ok then I will use the default SharpDevelop code formatting in monodevelop. πŸ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants