add textlintrc

This commit is contained in:
Cyandev
2022-02-19 12:54:41 +08:00
parent fc56cb45e2
commit 45afc0c8ab

8
.textlintrc Normal file
View File

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