@@ -0,0 +1,5 @@ | |||||
<application> | |||||
<component name="AquaNewUserFeedbackInfoState"><![CDATA[{ | |||||
"userTypedInEditor": true | |||||
}]]></component> | |||||
</application> |
@@ -0,0 +1,6 @@ | |||||
<application> | |||||
<component name="AquaOldUserFeedbackInfoState"><![CDATA[{ | |||||
"userTypedInEditor": true, | |||||
"firstUsageTime": "2023-06-27T15:51:22.071038" | |||||
}]]></component> | |||||
</application> |
@@ -0,0 +1,5 @@ | |||||
<application> | |||||
<component name="KeymapManager"> | |||||
<active_keymap name="macOS copy" /> | |||||
</component> | |||||
</application> |
@@ -1,5 +0,0 @@ | |||||
<application> | |||||
<component name="BaseRefactoringSettings"> | |||||
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" /> | |||||
</component> | |||||
</application> |
@@ -4,7 +4,7 @@ | |||||
<property name="created">2023-02-23T14:55:53</property> | <property name="created">2023-02-23T14:55:53</property> | ||||
<property name="ide">WebStorm</property> | <property name="ide">WebStorm</property> | ||||
<property name="ideVersion">2022.3.1.0.0</property> | <property name="ideVersion">2022.3.1.0.0</property> | ||||
<property name="modified">2023-06-06T17:40:27</property> | |||||
<property name="modified">2023-07-08T18:35:00</property> | |||||
<property name="originalScheme">TheoryOfNekomata</property> | <property name="originalScheme">TheoryOfNekomata</property> | ||||
</metaInfo> | </metaInfo> | ||||
<console-font> | <console-font> | ||||
@@ -1,16 +1,15 @@ | |||||
<scheme name="_@user_Darcula" version="142" parent_scheme="Darcula"> | <scheme name="_@user_Darcula" version="142" parent_scheme="Darcula"> | ||||
<metaInfo> | <metaInfo> | ||||
<property name="created">2023-03-14T10:29:57</property> | |||||
<property name="ide">CLion</property> | |||||
<property name="ideVersion">2022.3.2.0.0</property> | |||||
<property name="modified">2023-06-06T17:40:27</property> | |||||
<property name="created">2023-07-08T18:32:37</property> | |||||
<property name="ide">WebStorm</property> | |||||
<property name="ideVersion">2023.1.3.0.0</property> | |||||
<property name="modified">2023-07-08T18:35:00</property> | |||||
<property name="originalScheme">Darcula</property> | <property name="originalScheme">Darcula</property> | ||||
</metaInfo> | </metaInfo> | ||||
<colors> | <colors> | ||||
<option name="FILESTATUS_ADDED" value="c3e887" /> | <option name="FILESTATUS_ADDED" value="c3e887" /> | ||||
<option name="FILESTATUS_DELETED" value="f77669" /> | <option name="FILESTATUS_DELETED" value="f77669" /> | ||||
<option name="FILESTATUS_HIJACKED" value="ffcb6b" /> | <option name="FILESTATUS_HIJACKED" value="ffcb6b" /> | ||||
<option name="FILESTATUS_IGNORE.PROJECT_VIEW.IGNORED" value="cccccc" /> | |||||
<option name="FILESTATUS_MODIFIED" value="eac651" /> | <option name="FILESTATUS_MODIFIED" value="eac651" /> | ||||
<option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="80cbc4" /> | <option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="80cbc4" /> | ||||
<option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="80cbc4" /> | <option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="80cbc4" /> | ||||
@@ -3,7 +3,7 @@ | |||||
<property name="created">2023-03-08T09:10:47</property> | <property name="created">2023-03-08T09:10:47</property> | ||||
<property name="ide">WebStorm</property> | <property name="ide">WebStorm</property> | ||||
<property name="ideVersion">2022.3.2.0.0</property> | <property name="ideVersion">2022.3.2.0.0</property> | ||||
<property name="modified">2023-03-14T10:30:41</property> | |||||
<property name="modified">2023-06-20T14:20:41</property> | |||||
<property name="originalScheme">Default</property> | <property name="originalScheme">Default</property> | ||||
</metaInfo> | </metaInfo> | ||||
<colors> | <colors> | ||||
@@ -0,0 +1,36 @@ | |||||
<application> | |||||
<component name="CsvSettings" version="1"> | |||||
<csv-formats> | |||||
<csv-format name="CSV" id="Comma-separated (CSV)_id"> | |||||
<data> | |||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" "> | |||||
<quotation> | |||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" /> | |||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" /> | |||||
</quotation> | |||||
</record-format> | |||||
</data> | |||||
</csv-format> | |||||
<csv-format name="TSV" id="Tab-separated (TSV)_id"> | |||||
<data> | |||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" "> | |||||
<quotation> | |||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" /> | |||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" /> | |||||
</quotation> | |||||
</record-format> | |||||
</data> | |||||
</csv-format> | |||||
<csv-format name="Pipe-separated" id="Pipe-separated_id"> | |||||
<data> | |||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator=" "> | |||||
<quotation> | |||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" /> | |||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" /> | |||||
</quotation> | |||||
</record-format> | |||||
</data> | |||||
</csv-format> | |||||
</csv-formats> | |||||
</component> | |||||
</application> |
@@ -10,6 +10,7 @@ | |||||
<mapping pattern=".nvmrc" type="PLAIN_TEXT" /> | <mapping pattern=".nvmrc" type="PLAIN_TEXT" /> | ||||
<mapping pattern=".gitkeep" type="PLAIN_TEXT" /> | <mapping pattern=".gitkeep" type="PLAIN_TEXT" /> | ||||
<mapping pattern=".browserslistrc" type="PLAIN_TEXT" /> | <mapping pattern=".browserslistrc" type="PLAIN_TEXT" /> | ||||
<mapping ext="py" type="PLAIN_TEXT" /> | |||||
<removed_mapping ext="apk" approved="true" type="ARCHIVE" /> | <removed_mapping ext="apk" approved="true" type="ARCHIVE" /> | ||||
<removed_mapping ext="csv" approved="true" type="CSV" /> | <removed_mapping ext="csv" approved="true" type="CSV" /> | ||||
<removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" /> | <removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" /> | ||||
@@ -6,5 +6,14 @@ | |||||
<option value="Tagalog" /> | <option value="Tagalog" /> | ||||
</set> | </set> | ||||
</option> | </option> | ||||
<option name="detectionContext"> | |||||
<State> | |||||
<option name="disabled"> | |||||
<set> | |||||
<option value="ASTURIAN" /> | |||||
</set> | |||||
</option> | |||||
</State> | |||||
</option> | |||||
</component> | </component> | ||||
</application> | </application> |
@@ -1,7 +1,8 @@ | |||||
<application> | <application> | ||||
<component name="GeneralSettings"> | <component name="GeneralSettings"> | ||||
<option name="confirmExit" value="false" /> | |||||
<option name="showTipsOnStartup" value="false" /> | <option name="showTipsOnStartup" value="false" /> | ||||
<option name="confirmExit" value="false" /> | |||||
<option name="confirmOpenNewProject2" value="-1" /> | |||||
</component> | </component> | ||||
<component name="Registry"> | <component name="Registry"> | ||||
<entry key="ide.balloon.shadow.size" value="0" /> | <entry key="ide.balloon.shadow.size" value="0" /> | ||||
@@ -0,0 +1,4 @@ | |||||
<keymap version="1" name="macOS copy" parent="Mac OS X 10.5+"> | |||||
<action id="MethodDown" /> | |||||
<action id="MethodUp" /> | |||||
</keymap> |
@@ -1,6 +1,5 @@ | |||||
<application> | <application> | ||||
<component name="MaterialThemeConfig"> | <component name="MaterialThemeConfig"> | ||||
<option name="customTreeIndentEnabled" value="true" /> | |||||
<option name="allowDataCollection" value="true" /> | <option name="allowDataCollection" value="true" /> | ||||
<option name="autoResetColorScheme" value="true" /> | <option name="autoResetColorScheme" value="true" /> | ||||
<option name="compactSidebar" value="true" /> | <option name="compactSidebar" value="true" /> | ||||
@@ -16,6 +15,6 @@ | |||||
<option name="accentColor" value="eeca3f" /> | <option name="accentColor" value="eeca3f" /> | ||||
<option name="selectedTheme" value="CUSTOM" /> | <option name="selectedTheme" value="CUSTOM" /> | ||||
<option name="userId" value="7a11f371:1686d9b67db:-8000" /> | <option name="userId" value="7a11f371:1686d9b67db:-8000" /> | ||||
<option name="version" value="8.4.1" /> | |||||
<option name="version" value="8.6.4" /> | |||||
</component> | </component> | ||||
</application> | </application> |
@@ -1,15 +1,7 @@ | |||||
<application> | <application> | ||||
<component name="CachedDictionaryState"> | <component name="CachedDictionaryState"> | ||||
<words> | <words> | ||||
<w>bestaudio</w> | |||||
<w>bestvideo</w> | |||||
<w>formxtra</w> | |||||
<w>impressor</w> | |||||
<w>isindex</w> | |||||
<w>logit</w> | |||||
<w>pridepack</w> | |||||
<w>tesseract</w> | <w>tesseract</w> | ||||
<w>theoryofnekomata</w> | |||||
</words> | </words> | ||||
</component> | </component> | ||||
</application> | </application> |
@@ -1,5 +1,5 @@ | |||||
<application> | <application> | ||||
<component name="UsageViewSettings"> | <component name="UsageViewSettings"> | ||||
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.7427598" /> | |||||
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.46178862" /> | |||||
</component> | </component> | ||||
</application> | </application> |