mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15980] One more tweak
PHPBB3-15980
This commit is contained in:
parent
845fa9c144
commit
02c8e8cc1a
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@
|
||||||
"property-case": "lower",
|
"property-case": "lower",
|
||||||
"property-no-unknown": true,
|
"property-no-unknown": true,
|
||||||
|
|
||||||
"rule-empty-line-before": ["always", {
|
"rule-empty-line-before": ["always-multi-line", {
|
||||||
"ignore": ["after-comment"],
|
"ignore": ["after-comment"],
|
||||||
"except": ["first-nested"]
|
"except": ["first-nested"]
|
||||||
}],
|
}],
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
"shorthand-property-no-redundant-values": true,
|
"shorthand-property-no-redundant-values": true,
|
||||||
|
|
||||||
"string-no-newline": true,
|
"string-no-newline": true,
|
||||||
"string-quotes": "single",
|
"string-quotes": "double",
|
||||||
|
|
||||||
"unit-case": "lower",
|
"unit-case": "lower",
|
||||||
"unit-no-unknown": true,
|
"unit-no-unknown": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue