Skip to content

feat(textlint-rule-spacing): add exceptPunctuation option #12

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

Merged
merged 1 commit into from
Oct 9, 2016

Conversation

azu
Copy link
Member

@azu azu commented Oct 9, 2016

句読点(、。)を例外として扱うかどうかのオプションを追加
"句読点と英単語の間はスペース入れないルール"もこれで満たせる。
(always && exceptPunctuation: true)

デフォルトの挙動を変更
(never && exceptPunctuation: true)

close #11

句読点(、。)を例外として扱うかどうかのオプションを追加
"句読点と英単語の間はスペース入れないルール"もこれで満たせる。
(always && exceptPunctuation: true)

デフォルトの挙動を変更
(never && exceptPunctuation: true)

close #11
@azu
Copy link
Member Author

azu commented Oct 9, 2016

デフォルトの挙動が違うのでBreaking Change.

@azu azu merged commit c80735b into master Oct 9, 2016
@azu azu deleted the exceptPunctuation branch October 9, 2016 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

space-after-touten(読点)
1 participant