|
@@ -197,6 +197,10 @@ Please follow these formatting guidelines:
|
|
|
decrease in consistency.
|
|
|
* Note that JavaDoc and block comments i.e. `/* ... */` are not formatted,
|
|
|
but line comments i.e `// ...` are.
|
|
|
+* There is an implicit rule that negative boolean expressions should use
|
|
|
+ the form `foo == false` instead of `!foo` for better readability of the
|
|
|
+ code. While this isn't strictly enforced, if might get called out in PR
|
|
|
+ reviews as something to change.
|
|
|
|
|
|
#### Editor / IDE Support
|
|
|
|