Skip to content

Commit

Permalink
Set preserveStyleOnEmptyLine default value to true (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb authored May 19, 2024
1 parent 462ad9b commit 58714e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class RichTextConfig internal constructor(
*
* Default is `true`.
*/
var preserveStyleOnEmptyLine: Boolean = false
var preserveStyleOnEmptyLine: Boolean = true
}

internal const val DefaultListIndent = 38

0 comments on commit 58714e6

Please sign in to comment.