options: { indent: 8 }
----
if (condition) {
  consequent();
}
----
if condition
        consequent()
