Merge pull request #88: add textlintrc

This commit is contained in:
Bobby Rong
2022-02-19 14:05:32 +08:00
committed by GitHub

8
.textlintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"filters": {},
"rules": {
"ja-space-between-half-and-full-width": {
"space": "always"
}
}
}