Rename
editorconfig
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
|
||||
namespace View_by_Distance.Rename.Models;
|
||||
|
||||
public record Configuration(string[] IgnoreExtensions,
|
||||
public record Configuration(Property.Models.Configuration PropertyConfiguration,
|
||||
bool ForceMetadataLastWriteTimeToCreationTime,
|
||||
string[] IgnoreExtensions,
|
||||
string PersonBirthdayFormat,
|
||||
Property.Models.Configuration PropertyConfiguration);
|
||||
bool PropertiesChangedForMetadata);
|
Reference in New Issue
Block a user