public MergeToolPath(ConfigFileSettings container)
     : base(container, "mergetool")
 {
     keepBackup = new BoolNullableSetting("keepBackup", this, true);
 }
 public CorePath(ConfigFileSettings container)
     : base(container, "core")
 {
     autocrlf = new EnumNullableSetting <AutoCRLFType>("autocrlf", this);
 }