Forked from mentos1386/Webstorm-Airbnb-Javascript-codeStyle.xml
Last active
April 7, 2021 13:04
-
-
Save porst17/856c339ed4dd451cfe610eae3a86ef20 to your computer and use it in GitHub Desktop.
Airbnb inspired Webstorm Javascript CodeStyle
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="Airbnb" version="173"> | |
<option name="RIGHT_MARGIN" value="100" /> | |
<HTMLCodeStyleSettings> | |
<option name="HTML_ENFORCE_QUOTES" value="true" /> | |
</HTMLCodeStyleSettings> | |
<JSCodeStyleSettings version="0"> | |
<option name="USE_DOUBLE_QUOTES" value="false" /> | |
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> | |
<option name="SPACES_WITHIN_IMPORTS" value="true" /> | |
<option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" /> | |
</JSCodeStyleSettings> | |
<XML> | |
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | |
</XML> | |
<codeStyleSettings language="CSS"> | |
<indentOptions> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |
<option name="TAB_SIZE" value="2" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="HTML"> | |
<option name="RIGHT_MARGIN" value="100" /> | |
<indentOptions> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |
<option name="TAB_SIZE" value="2" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="Jade"> | |
<indentOptions> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="TAB_SIZE" value="2" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="JavaScript"> | |
<option name="RIGHT_MARGIN" value="100" /> | |
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> | |
<option name="WHILE_ON_NEW_LINE" value="true" /> | |
<option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" /> | |
<option name="CALL_PARAMETERS_WRAP" value="5" /> | |
<option name="PREFER_PARAMETERS_WRAP" value="true" /> | |
<option name="METHOD_CALL_CHAIN_WRAP" value="5" /> | |
<option name="BINARY_OPERATION_WRAP" value="1" /> | |
<option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> | |
<option name="ARRAY_INITIALIZER_WRAP" value="1" /> | |
<option name="DOWHILE_BRACE_FORCE" value="3" /> | |
<indentOptions> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |
<option name="TAB_SIZE" value="2" /> | |
</indentOptions> | |
</codeStyleSettings> | |
</code_scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment