From 4d730b5db8f76c8d938a32f561ca0314d8d53fd8 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Fri, 13 Oct 2017 11:28:47 -0600 Subject: [PATCH] Update README.md Fixed wording in code style section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f7e8df3..537d9216e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You can find out how to obtain a Google Maps API key [here](https://developer.xa ## Coding Style ## -We follow the style used by the [.NET Foundation](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md), with two primary exceptions: +We follow the style used by the [.NET Foundation](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md), with a few 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. In Visual Studio for Mac it's set via preferences in `Source Code > Code Formatting > C# source code` and disabling the checkbox for `Convert tabs to spaces`.