mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
Updated README for line-ending demands, also fixed line-endigs.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
485a47aac4
commit
2556140901
46 changed files with 1240 additions and 1239 deletions
|
@ -21,6 +21,7 @@ Coding and Pull Request Conventions
|
|||
* No tabs; use 4 spaces instead.
|
||||
* No trailing whitespaces.
|
||||
* No 80 column limit or midstatement newlines.
|
||||
* No CRLF lineendigs, LF only, put your gits 'core.autocrlf' on 'true'
|
||||
* Proper javadoc for each method added/changed to describe what it does.
|
||||
* 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