Description
We should enforce all layout rules, except:
- SA1513: ClosingCurlyBracketMustBeFollowedByBlankLine which our code violates 764 times (the rest of rules together are violated 290 times, with some pieces of code violating multiple rules), and which doesn't really add a lot of readability.
- SA1516: ElementsMustBeSeparatedByBlankLine which doesn't improve readability much, since ReSharper reference count separates elements anyways.