Compare commits

...

4 Commits

3 changed files with 34 additions and 2 deletions

16
applicationLibraries.xml Normal file
View File

@ -0,0 +1,16 @@
<application>
<component name="libraryTable">
<library name="bootstrap" type="javaScript">
<properties>
<sourceFilesUrls>
<item url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/__netdna.bootstrapcdn.com_bootstrap_4.5.0_css_bootstrap.css" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$APPLICATION_CONFIG_DIR$/javascript/extLibs/__netdna.bootstrapcdn.com_bootstrap_4.5.0_css_bootstrap.css" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
</application>

View File

@ -1 +1,13 @@
<code_scheme name="Default" version="173" />
<code_scheme name="Default" version="173">
<JSCodeStyleSettings version="0">
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="INDENT_CHAINED_CALLS" value="false" />
</JSCodeStyleSettings>
<codeStyleSettings language="JavaScript">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</code_scheme>

View File

@ -1,6 +1,10 @@
<application>
<component name="GeneralSettings">
<option name="autoSaveIfInactive" value="true" />
<option name="showTipsOnStartup" value="false" />
<option name="autoSaveIfInactive" value="true" />
<option name="confirmOpenNewProject2" value="-1" />
</component>
<component name="Registry">
<entry key="eslint.additional.file.extensions" value="svelte" />
</component>
</application>