abrookins / WrapToColumn

An IntelliJ plugin that wraps text
Apache License 2.0
61 stars 12 forks source link

SQL-style double-hyphen comments are not supported. #42

Closed elijahcarrel closed 3 years ago

elijahcarrel commented 3 years ago

MySQL allows two hyphens followed by a whitespace or control character, per https://dev.mysql.com/doc/refman/8.0/en/comments.html. WrapToColumn should support this.