You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In implementing a fix for #188 it occurred to me that black could also standardize the case of string literal prefixes (presumably to lowercase). For example, change R"string" to r"string".
In implementing a fix for #188 it occurred to me that black could also standardize the case of string literal prefixes (presumably to lowercase). For example, change
R"string"
tor"string"
.@ambv is this something you'd be open to doing?
The text was updated successfully, but these errors were encountered: