Merge pull request #1153 from truongwp/add-white-spaces

Add new line at the end of file and missing white space

Also, update PHPCS ruleset to check coding standard for CSS and SCSS files.
This commit is contained in:
David A. Kennedy 2017-08-18 16:33:29 -04:00 committed by GitHub
commit 9bf12e5851
25 changed files with 27 additions and 27 deletions

View File

@ -16,8 +16,8 @@
--> -->
<arg value="psvn"/> <arg value="psvn"/>
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. --> <!-- Only check the PHP, CSS and SCSS files. JS files are checked separately with JSCS and JSHint. -->
<arg name="extensions" value="php"/> <arg name="extensions" value="php,css,scss/css"/>
<!-- Check all files in this directory and the directories below it. --> <!-- Check all files in this directory and the directories below it. -->
<file>.</file> <file>.</file>