Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoCecere committed Jul 5, 2017
1 parent c8eb23e commit 4ce6315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -33,6 +33,7 @@ Spaces should be used instead of tabs for better readability across a number of
In regards to naming conventions we also adhere to the standard .NET Framework naming convention system which can be [viewed online here](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/general-naming-conventions)

the only difference is that we prefer to have the `if` and `for` statements with inline { like

```
if (this == that) {
do;
Expand All @@ -41,7 +42,7 @@ the only difference is that we prefer to have the `if` and `for` statements with
}

for () {

}
```

Expand Down

0 comments on commit 4ce6315

Please sign in to comment.