X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=web%2Fmanual.md;h=78834a4d48be70f178dba5ffed88f5db8761745c;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=94de694470a2c2d5a4f02aab2eb7c9b558fd333c;hpb=2bad70d84e763b4d866d7b97dbc1cdc8e030bd45;p=paraslash.git diff --git a/web/manual.md b/web/manual.md index 94de6944..78834a4d 100644 --- a/web/manual.md +++ b/web/manual.md @@ -2077,11 +2077,11 @@ here are the most important points. - Don't leave whitespace at the end of lines. - The limit on the length of lines is 80 columns. - Use K&R style for placing braces and spaces: - +
 		if (x is true) {
 			we do y
 		}
-
+
- Use a space after (most) keywords. - Do not add spaces around (inside) parenthesized expressions. - Use one space around (on each side of) most binary and ternary operators.