add textlintrc

This commit is contained in:
Cyandev 2022-02-19 12:54:41 +08:00
parent f715b393a0
commit d5c056f593

8
.textlintrc Normal file
View File

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