-
Notifications
You must be signed in to change notification settings - Fork 7
How Contribute
Javier Suárez Ruiz edited this page Jul 11, 2017
·
1 revision
Follow the style used by the .NET Foundation, with two primary exceptions:
- We do not use the private keyword as it is the default accessibility level in C#.
- We use hard tabs over spaces. You can change this setting in VS 2015 via Tools > Options and navigating to Text Editor > C# and selecting the "Keep tabs" radio option.
Read and follow the Xamarin.Forms Pull Request template.
Xamarin.Forms GTK Backend