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
I am using `pangu-spacing-real-insert-separtor' in my programming. It's good, but there is a little problem: it tries to insert space in my constant strings. Like this:
msg = "您收到了%s的邀请" % name
Dialog.show(msg)
I don't want a space inserted between "%s" and "的邀请", or any constant strings in my source files. What I want is spaces inserted in my commentary, or document strings. Can this be possible?
The text was updated successfully, but these errors were encountered:
I am using `pangu-spacing-real-insert-separtor' in my programming. It's good, but there is a little problem: it tries to insert space in my constant strings. Like this:
I don't want a space inserted between "%s" and "的邀请", or any constant strings in my source files. What I want is spaces inserted in my commentary, or document strings. Can this be possible?
The text was updated successfully, but these errors were encountered: