Skip to content

Commit a96c138

Browse files
authored
Merge pull request #5985 from BZngr/5285_EmptyLineHandlingMethod
Fix EmptyLineHandlingMethod user setting initialization
2 parents 25728b3 + 332198d commit a96c138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/Settings/IndenterSettingsViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public IndenterSettingsViewModel(Configuration config, IConfigurationService<Sma
3838
_spaceProcedures = config.UserSettings.IndenterSettings.VerticallySpaceProcedures;
3939
_procedureSpacing = config.UserSettings.IndenterSettings.LinesBetweenProcedures;
4040
_groupRelatedProperties = config.UserSettings.IndenterSettings.GroupRelatedProperties;
41+
_emptyLineHandlingMethod = config.UserSettings.IndenterSettings.EmptyLineHandlingMethod;
4142

4243
PropertyChanged += IndenterSettingsViewModel_PropertyChanged;
4344
ExportButtonCommand = new DelegateCommand(LogManager.GetCurrentClassLogger(), _ => ExportSettings(GetCurrentSettings()));

0 commit comments

Comments
 (0)