std.d.
formatter
.IndentStyle
public enum IndentStyle
The only brace styles worth using.
Values
allman
if (something) { foo(); bar(); } else { bar(); baz(); }
otbs
if (something) { foo(); bar(); } else { bar(); baz(); }