Suppose I need to add text to a comment written in the following style: ``` /* First line Second line Third line */ ``` When I add a new line, it should be clear that I don't want automatic `* ` since the previous line doesn't have it, yet Geany still inserts it.