mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 00:50:41 +01:00
Fixed typo in readme, thanks to b1naryth1ef for spotting it
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
27dfae8850
commit
75c69f93c2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Coding and Pull Request Conventions
|
|||
* We generally follow the Sun/Oracle coding standards.
|
||||
* No tabs; use 4 spaces instead.
|
||||
* No trailing whitespaces.
|
||||
* No CRLF lineendigs, LF only, put your gits 'core.autocrlf' on 'true'
|
||||
* No CRLF line endings, LF only, put your gits 'core.autocrlf' on 'true'
|
||||
* No 80 column limit or 'weird' midstatement newlines.
|
||||
* The number of commits in a pull request should be kept to a minimum (squish them into one most of the time - use common sense!).
|
||||
* No merges should be included in pull requests unless the pull request's purpose is a merge.
|
||||
|
|
Loading…
Reference in a new issue