Line Height Settings
NEW!! Release 2.12.0 and above.
You can set the line heights displayed in the toolbar.
Line Height Settings
Use editor.lineHeight to set the line heights displayed in the toolbar.
// synapeditor.config.js
{
'editor.lineHeight': [1.0, 1.2, 1.4, 1.6, 1.8, 2.0, 2.5, 3.0]
}
Values of 0 or less cannot be applied as line height.