Trimmed Trailing Whitespace
parent
df898ec633
commit
e71e4e0ff0
|
@ -3,5 +3,6 @@
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/validation": true,
|
"**/validation": true,
|
||||||
"**/tests/Validation/cases": true
|
"**/tests/Validation/cases": true
|
||||||
}
|
},
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Foo
|
||||||
|
{
|
||||||
|
|
||||||
|
public function canAccess()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private function cantAccess()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue