diff options
author | Erik Broes <erikbroes@grum.nl> | 2011-04-25 12:51:53 +0200 |
---|---|---|
committer | Erik Broes <erikbroes@grum.nl> | 2011-04-25 12:51:59 +0200 |
commit | 6940f56d4dd56c2f898b6bacdb89717642877b41 (patch) | |
tree | edaa0377b7e0ad01afea1e8756c9ffa3c414ff47 | |
parent | 2a9c15c976bb3072c5a536823b72c990eb5a1497 (diff) | |
download | craftbukkit-6940f56d4dd56c2f898b6bacdb89717642877b41.tar craftbukkit-6940f56d4dd56c2f898b6bacdb89717642877b41.tar.gz craftbukkit-6940f56d4dd56c2f898b6bacdb89717642877b41.tar.lz craftbukkit-6940f56d4dd56c2f898b6bacdb89717642877b41.tar.xz craftbukkit-6940f56d4dd56c2f898b6bacdb89717642877b41.zip |
Updated README for lineending demands
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +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 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. |