Build: Prevent non-breaking spaces from accidentally being inserted into JavaScript files.

See #34658.



git-svn-id: https://develop.svn.wordpress.org/trunk@35628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2015-11-12 12:04:55 +00:00
parent 6911ff1130
commit 571084e0e1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"expr": true,
"immed": true,
"noarg": true,
"nonbsp": true,
"onevar": true,
"quotmark": "single",
"trailing": true,