Updated README for line-ending demands, also fixed line-endigs.
This commit is contained in:
parent
cba06d412f
commit
b39503de71
@ -21,6 +21,7 @@ Coding and Pull Request Conventions
|
|||||||
* No tabs; use 4 spaces instead.
|
* No tabs; use 4 spaces instead.
|
||||||
* No trailing whitespaces.
|
* No trailing whitespaces.
|
||||||
* No 80 column limit or midstatement newlines.
|
* 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.
|
* 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!).
|
* 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.
|
* No merges should be included in pull requests unless the pull request's purpose is a merge.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user