mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-18 05:43:49 -07:00
Updated README for line-ending demands, also fixed line-endigs.
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user