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