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:
commit
9bf12e5851
25 changed files with 27 additions and 27 deletions
|
@ -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>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated:not(.published){
|
.updated:not(.published) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue