metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Allow empty values in setreplace map (#420) #425

Closed dr0i closed 2 years ago

dr0i commented 2 years ago

Allowing empty values in the map enables the SetReplacer to remove matching keys.

Also fixes setting the separator by using an init() to avoid loading the map without taking all settings into account.

Adds a rule to .editorconfig to allow the test map having trailing tabs.