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: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Thanks for your interest in contributing to the project! Please follow these sim
8
8
9
9
### Coding Style
10
10
-**Please** follow existing coding style when submitting pull requests.
11
-
- Most importantly, **use spaces** - do not use tabs (which is the default setting for C++ projects in Visual Studio). - The "preview" function when creating a Pull Request on GitHub is very useful for identifying whitespace issues - please use it.
11
+
- Most importantly, **use spaces** - do not use tabs (which is the default setting for C++ projects in Visual Studio).
12
+
- The "preview" function when creating a Pull Request on GitHub is very useful for identifying whitespace issues (and for checking out the impact of your changes) - please use it.
12
13
- Max number of columns are 132, please format your code accordingly
13
14
- When adding new files, please prepend the standard license disclaimer (just copy and paste from another source file)
14
15
- Do your best to follow these guidelines but don't be afraid to make mistakes when trying to apply them. We are all novices in the beginning.
0 commit comments