summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2017-07-18 11:40:39 -0600
committerE.Z. Hart <hartez@gmail.com>2017-07-18 11:40:39 -0600
commit7b69ea969a3bd2b5346def3a0aa8eb7f3b93f2b1 (patch)
tree8ed262550010bbcac48a3308fda5e333d5de905f /README.md
parent1ee2b3b18f00a1fbf04b470f031a9f6655162a4d (diff)
downloadxamarin-forms-7b69ea969a3bd2b5346def3a0aa8eb7f3b93f2b1.tar.gz
xamarin-forms-7b69ea969a3bd2b5346def3a0aa8eb7f3b93f2b1.tar.bz2
xamarin-forms-7b69ea969a3bd2b5346def3a0aa8eb7f3b93f2b1.zip
Updating coding style with line length
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6ae979a..37a841a6 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ We follow the style used by the [.NET Foundation](https://github.com/dotnet/core
- 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.
+- Lines should be limited to a max of 120 characters (or as close as possible within reason).
## Contributing ##