Created
September 13, 2017 06:24
-
-
Save kubadlo/029b4c3dcf2c3c83400fec5ea472d740 to your computer and use it in GitHub Desktop.
TypeScript enhancements for IntelliJ IDEA/WebStorm
This file contains 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="Project"> | |
<TypeScriptCodeStyleSettings> | |
<option name="USE_DOUBLE_QUOTES" value="false" /> | |
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> | |
<option name="SPACES_WITHIN_IMPORTS" value="true" /> | |
</TypeScriptCodeStyleSettings> | |
<codeStyleSettings language="TypeScript"> | |
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | |
</codeStyleSettings> | |
</code_scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment