Created
October 23, 2018 16:37
-
-
Save jonahglover/b3cb4ca8774878b83701b7612f9076a7 to your computer and use it in GitHub Desktop.
csrp-psr2.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="Default (2)" version="173"> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<JavaCodeStyleSettings> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
</JavaCodeStyleSettings> | |
<JetCodeStyleSettings> | |
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" /> | |
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> | |
<option name="CONTINUATION_INDENT_FOR_EXPRESSION_BODIES" value="false" /> | |
<option name="CONTINUATION_INDENT_FOR_CHAINED_CALLS" value="false" /> | |
</JetCodeStyleSettings> | |
<MarkdownNavigatorCodeStyleSettings> | |
<option name="RIGHT_MARGIN" value="72" /> | |
</MarkdownNavigatorCodeStyleSettings> | |
<codeStyleSettings language="JAVA"> | |
<option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" /> | |
<option name="LINE_COMMENT_ADD_SPACE" value="true" /> | |
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> | |
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" /> | |
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | |
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="1" /> | |
<option name="IF_BRACE_FORCE" value="3" /> | |
<option name="DOWHILE_BRACE_FORCE" value="3" /> | |
<option name="WHILE_BRACE_FORCE" value="3" /> | |
<option name="FOR_BRACE_FORCE" value="3" /> | |
<indentOptions> | |
<option name="USE_TAB_CHARACTER" value="true" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="PHP"> | |
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" /> | |
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | |
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" /> | |
<option name="CLASS_BRACE_STYLE" value="1" /> | |
<option name="METHOD_BRACE_STYLE" value="1" /> | |
<indentOptions> | |
<option name="CONTINUATION_INDENT_SIZE" value="8" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="kotlin"> | |
<indentOptions> | |
<option name="USE_TAB_CHARACTER" value="true" /> | |
<option name="SMART_TABS" value="true" /> | |
</indentOptions> | |
</codeStyleSettings> | |
</code_scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment