Skip to content

Commit 075e8b6

Browse files
authored
Blank lines fixes for class
1 parent 4bd5b7c commit 075e8b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Laravel.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
<codeStyleSettings language="PHP">
3333
<option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" />
3434
<option name="KEEP_LINE_BREAKS" value="false" />
35-
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" />
35+
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="0" />
3636
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
37+
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" />
3738
<option name="BLANK_LINES_AFTER_PACKAGE" value="1" />
3839
<option name="BLANK_LINES_AROUND_FIELD" value="1" />
39-
<option name="BLANK_LINES_AROUND_METHOD" value="2" />
40-
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
4140
<option name="FINALLY_ON_NEW_LINE" value="true" />
4241
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
4342
<option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" />

0 commit comments

Comments
 (0)