public DetailedGroup(RepoDistSettings container) : base(container, "Detailed") { GetRemoteBranchesDirectlyFromRemote = new BoolNullableSetting("GetRemoteBranchesDirectlyFromRemote", this, false); AddMergeLogMessages = new BoolNullableSetting("AddMergeLogMessages", this, false); MergeLogMessagesCount = new IntNullableSetting("MergeLogMessagesCount", this, 20); }
public DetailedGroup(RepoDistSettings container) : base(container, "Detailed") { ShowConEmuTab = new BoolNullableSetting("ShowConEmuTab", this, true); ConEmuStyle = new StringSetting("ConEmuStyle", this, "<Solarized Light>"); ConEmuTerminal = new StringSetting("ConEmuTerminal", this, "bash"); ConEmuFontSize = new StringSetting("ConEmuFontSize", this, "12"); GetRemoteBranchesDirectlyFromRemote = new BoolNullableSetting("GetRemoteBranchesDirectlyFromRemote", this, false); AddMergeLogMessages = new BoolNullableSetting("AddMergeLogMessages", this, false); MergeLogMessagesCount = new IntNullableSetting("MergeLogMessagesCount", this, 20); }