One of the parameters in the config file has a long value and I want to put the separated value by a comma in the new line
From
addons_path = C:\My\Odoo\addons1, C:\My\Odoo\addons2, C:\My\Odoo\addons3
To
addons_path = C:\My\Odoo\addons1,
C:\My\Odoo\addons2,
C:\My\Odoo\addons3
How can I achieve that?