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.