Reports strings with quotation that doesn't match code style.

Example:


  def hw = "Hello, world!"

After the quick-fix is applied:


  def hw = 'Hello, world!'

Use the fields provided below to specify code style for different kinds of strings.