Skip to content

Instantly share code, notes, and snippets.

@rbadillap
Created March 23, 2016 19:06
Show Gist options
  • Save rbadillap/338a0a35fa6a5dac1108 to your computer and use it in GitHub Desktop.
Save rbadillap/338a0a35fa6a5dac1108 to your computer and use it in GitHub Desktop.
WebStorm Code Style XML file which includes the main Code Style settings that you can import
<code_scheme name="EsLintBabel">
<JSCodeStyleSettings>
<option name="SPACE_BEFORE_PROPERTY_COLON" value="true" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
</JSCodeStyleSettings>
<codeStyleSettings language="JavaScript">
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
<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