You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If you would like to contribute code to CommunityResources, please follow these
38
38
39
39
Please observe some basic style rules for your contributions:
40
40
- Follow the naming guidelines put out by [Microsoft](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines)
41
-
- Per indentation level, use a tab, not spaces
41
+
- Per indentation level, use 4 spaces and no tabs
42
42
- Use Carriage-Return & Line Feed (CRLF) line endings in all C# and Visual Studio source code files. Source files or config files for tools that do not work on Windows and/or can't handle CRLF line endings are exempt.
43
43
- Avoid trailing whitespace
44
44
- Please document your code briefly with inline-comments. If you add new functions, provide summaries that explain parameters, return values and side effects.
0 commit comments