public OtherConfiguration()
 {
     Indentation = new OtherIndentationConfiguration();
     Modifiers = new OtherModifiersConfiguration();
     AlignMultiLineConstructs = new OtherAlignMultiLineConstructsConfiguration();
     Other = new OtherOtherConfiguration();
 }
 public OtherConfiguration()
 {
     Indentation = new OtherIndentationConfiguration();
     Modifiers   = new OtherModifiersConfiguration();
     AlignMultiLineConstructs = new OtherAlignMultiLineConstructsConfiguration();
     Other = new OtherOtherConfiguration();
 }