Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore constant strings when processing #20

Open
jingqi opened this issue May 30, 2016 · 0 comments
Open

Ignore constant strings when processing #20

jingqi opened this issue May 30, 2016 · 0 comments

Comments

@jingqi
Copy link

jingqi commented May 30, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants