Skip to content

Commit 9be809d

Browse files
committed
Split stuff which should have been on separate lines from the start
1 parent 0f8f7dc commit 9be809d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Thanks for your interest in contributing to the project! Please follow these sim
88

99
### Coding Style
1010
- **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.
1213
- Max number of columns are 132, please format your code accordingly
1314
- When adding new files, please prepend the standard license disclaimer (just copy and paste from another source file)
1415
- 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

Comments
 (0)