Skip to content
Snippets Groups Projects

Clean IDE files after a fresh import of the project in IntelliJ. GNP-5426

Merged Erik Kimmel requested to merge chore/update_ide_files into master
16 files
+ 53
73
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 0
18
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JSCodeStyleSettings version="0">
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
</JSCodeStyleSettings>
<TypeScriptCodeStyleSettings version="0">
<option name="FORCE_SEMICOLON_STYLE" value="true" />
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="FORCE_QUOTE_STYlE" value="true" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
</TypeScriptCodeStyleSettings>
<codeStyleSettings language="TypeScript">
<option name="RIGHT_MARGIN" value="140" />
</codeStyleSettings>
</code_scheme>
</component>
\ No newline at end of file
Loading