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