1 == Coding guidelines ==
8 * Use space, not tabs. You can only get away with tabs if your name is Richard Fairhurst
9 * Set your editor to treat tabs as two spaces when viewing them, otherwise you'll go mad
10 * Blank lines shouldn't have whitespace
11 * No trailing whitespace
12 * Only "fix" whitespace errors while changing that line of code for other reasons. Otherwise, it's not worth fixing.
16 package net.systemed.potlatch2.indentation {
18 class IndentedByFourSpaces {
20 public function IndentedByFourMoreSpaces:void {
21 if (indentedCodeWithinFunction) {
22 justIndentByTwoSpaces = true;