Empty string style

EditorConfig key: roslynator-empty-string-style

Empty string style

roslynator-empty-string-style

Whether to use string.Empty or the literal "" for empty strings.

Default value:

literal

Possible values:

  • field
  • literal

Examples