coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

feat: handle blank lines between class properties

Open simPod opened this issue 3 years ago • 0 comments

The settings is:

$minLinesCountBeforeWithComment = 1;
$maxLinesCountBeforeWithComment = 1;
$minLinesCountBeforeWithoutComment = 0;
$maxLinesCountBeforeWithoutComment = 1;

simPod avatar Oct 09 '22 08:10 simPod