How to Disable Automatic Backslashes for Multiple Line Breaks in Raw f Triple-Quoted Strings in PyCharm
In PyCharm Community Edition (2024.2.1), when using raw f triple-quoted strings (e.g., rf'''some string here'''
), pressing Enter automatically adds a backslash (\
) at the end of the line. How can I disable this automatic addition of backslashes when breaking lines within raw f triple-quoted strings?
Please sign in to leave a comment.
zo'r