@@ -0,0 +1,6 @@ | |||
<application> | |||
<component name="CodeGlance"> | |||
<option name="locked" value="true" /> | |||
<option name="width" value="128" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="LafManager"> | |||
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="CUSTOM" /> | |||
</component> | |||
</application> |
@@ -1,6 +1,6 @@ | |||
<application> | |||
<component name="AtomFileIconsConfig"> | |||
<option name="accentColor" value="009688" /> | |||
<option name="accentColor" value="eeca3f" /> | |||
<option name="themedColor" value="cccccc" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,16 @@ | |||
<application> | |||
<component name="Atom Icon Associations Config"> | |||
<option name="customFolderAssociations"> | |||
<CustomAssociations> | |||
<option name="customAssociations"> | |||
<RegexAssociation> | |||
<option name="matcher" value="^(utilities)$" /> | |||
<option name="pattern" value="^(utilities)$" /> | |||
<option name="name" value="utils" /> | |||
<option name="icon" value="\tools.svg" /> | |||
</RegexAssociation> | |||
</option> | |||
</CustomAssociations> | |||
</option> | |||
</component> | |||
</application> |
@@ -0,0 +1,12 @@ | |||
<application> | |||
<component name="BitbucketCloudRegistry"> | |||
<lookup> | |||
<record scheme="ssh" hostname="bitbucket.org" port="-1" instance="Production" /> | |||
</lookup> | |||
</component> | |||
<component name="BitbucketServerRegistry"> | |||
<instances /> | |||
<lookup /> | |||
</component> | |||
<component name="Instance" id="03f8b5f8-cd41-47b5-b646-921db6b8cee5" version="2021.1.165" /> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="CodeStyleSchemeSettings"> | |||
<option name="CURRENT_SCHEME_NAME" value="TheoryOfNekomata" /> | |||
</component> | |||
</application> |
@@ -0,0 +1 @@ | |||
<code_scheme name="Default" /> |
@@ -0,0 +1,178 @@ | |||
<code_scheme name="TheoryOfNekomata" version="173"> | |||
<option name="LINE_SEPARATOR" value=" " /> | |||
<CssCodeStyleSettings> | |||
<option name="HEX_COLOR_LOWER_CASE" value="true" /> | |||
<option name="HEX_COLOR_SHORT_FORMAT" value="true" /> | |||
</CssCodeStyleSettings> | |||
<HTMLCodeStyleSettings> | |||
<option name="HTML_ATTRIBUTE_WRAP" value="2" /> | |||
<option name="HTML_ALIGN_ATTRIBUTES" value="false" /> | |||
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" /> | |||
<option name="HTML_DO_NOT_INDENT_CHILDREN_OF" value="" /> | |||
<option name="HTML_ENFORCE_QUOTES" value="true" /> | |||
<option name="HTML_NEWLINE_BEFORE_FIRST_ATTRIBUTE" value="When multiline" /> | |||
<option name="HTML_NEWLINE_AFTER_LAST_ATTRIBUTE" value="When multiline" /> | |||
</HTMLCodeStyleSettings> | |||
<JSCodeStyleSettings version="0"> | |||
<option name="REFORMAT_C_STYLE_COMMENTS" value="true" /> | |||
<option name="USE_DOUBLE_QUOTES" value="false" /> | |||
<option name="FORCE_QUOTE_STYlE" value="true" /> | |||
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" /> | |||
<option name="JSX_ATTRIBUTE_VALUE" value="Based on type" /> | |||
<option name="VAR_DECLARATION_WRAP" value="5" /> | |||
<option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" /> | |||
</JSCodeStyleSettings> | |||
<MarkdownNavigatorCodeStyleSettings> | |||
<option name="RIGHT_MARGIN" value="72" /> | |||
</MarkdownNavigatorCodeStyleSettings> | |||
<TypeScriptCodeStyleSettings version="0"> | |||
<option name="FORCE_SEMICOLON_STYLE" value="true" /> | |||
<option name="USE_DOUBLE_QUOTES" value="false" /> | |||
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" /> | |||
<option name="VAR_DECLARATION_WRAP" value="5" /> | |||
<option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" /> | |||
</TypeScriptCodeStyleSettings> | |||
<codeStyleSettings language="CSS"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="CoffeeScript"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="4" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | |||
<option name="TAB_SIZE" value="4" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Dart"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="4" /> | |||
<option name="TAB_SIZE" value="4" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Erlang"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="4" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="8" /> | |||
<option name="TAB_SIZE" value="4" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Gherkin"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="HAML"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="HTML"> | |||
<option name="WRAP_ON_TYPING" value="1" /> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="JSON"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Jade"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="JavaScript"> | |||
<option name="LINE_COMMENT_ADD_SPACE" value="false" /> | |||
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> | |||
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | |||
<option name="CALL_PARAMETERS_WRAP" value="5" /> | |||
<option name="METHOD_PARAMETERS_WRAP" value="5" /> | |||
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="EXTENDS_LIST_WRAP" value="5" /> | |||
<option name="METHOD_CALL_CHAIN_WRAP" value="5" /> | |||
<option name="WRAP_COMMENTS" value="true" /> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="LESS"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Lua"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="SASS"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="SCSS"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="Stylus"> | |||
<indentOptions> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="TypeScript"> | |||
<option name="INDENT_CASE_FROM_SWITCH" value="false" /> | |||
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | |||
<option name="CALL_PARAMETERS_WRAP" value="5" /> | |||
<option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="METHOD_PARAMETERS_WRAP" value="5" /> | |||
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | |||
<option name="EXTENDS_LIST_WRAP" value="5" /> | |||
<option name="METHOD_CALL_CHAIN_WRAP" value="5" /> | |||
<option name="TERNARY_OPERATION_WRAP" value="5" /> | |||
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" /> | |||
<option name="ARRAY_INITIALIZER_WRAP" value="5" /> | |||
<option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" /> | |||
<option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" /> | |||
<option name="WRAP_COMMENTS" value="true" /> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="XML"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="2" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | |||
<option name="TAB_SIZE" value="2" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
<codeStyleSettings language="go"> | |||
<indentOptions> | |||
<option name="INDENT_SIZE" value="4" /> | |||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | |||
<option name="TAB_SIZE" value="4" /> | |||
<option name="USE_TAB_CHARACTER" value="false" /> | |||
</indentOptions> | |||
</codeStyleSettings> | |||
</code_scheme> |
@@ -1,5 +1,5 @@ | |||
<application> | |||
<component name="EditorColorsManagerImpl"> | |||
<global_color_scheme name="Darcula" /> | |||
<global_color_scheme name="TheoryOfNekomata" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,31 @@ | |||
<scheme name="_@user_Darcula" version="142" parent_scheme="Darcula"> | |||
<metaInfo> | |||
<property name="created">2018-04-15T18:12:58</property> | |||
<property name="ide">WebStorm</property> | |||
<property name="ideVersion">2018.1.1.0.0</property> | |||
<property name="modified">2020-04-13T21:30:37</property> | |||
<property name="originalScheme">Darcula</property> | |||
</metaInfo> | |||
<colors> | |||
<option name="FILESTATUS_ADDED" value="74f95e" /> | |||
<option name="FILESTATUS_DELETED" value="616161" /> | |||
<option name="FILESTATUS_HIJACKED" value="b28c00" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_DELETED_FROM_FILE_SYSTEM" value="773895" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="666666" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_BOTH_CONFLICTS" value="ff0000" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_CONFLICTS" value="ff0000" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_MERGED_WITH_PROPERTY_CONFLICTS" value="ff0000" /> | |||
<option name="FILESTATUS_IGNORE.PROJECT_VIEW.IGNORED" value="666666" /> | |||
<option name="FILESTATUS_MERGED" value="7503dc" /> | |||
<option name="FILESTATUS_MODIFIED" value="eed371" /> | |||
<option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="3264b4" /> | |||
<option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="8aa4c8" /> | |||
<option name="FILESTATUS_OBSOLETE" value="7c7c00" /> | |||
<option name="FILESTATUS_SUPPRESSED" value="" /> | |||
<option name="FILESTATUS_SWITCHED" value="8978f" /> | |||
<option name="FILESTATUS_UNKNOWN" value="ff66c6" /> | |||
<option name="FILESTATUS_addedOutside" value="a8ee36" /> | |||
<option name="FILESTATUS_changelistConflict" value="ff0000" /> | |||
<option name="FILESTATUS_modifiedOutside" value="47e4" /> | |||
</colors> | |||
</scheme> |
@@ -0,0 +1,17 @@ | |||
<scheme name="_@user_Default" version="142" parent_scheme="Default"> | |||
<metaInfo> | |||
<property name="created">2019-08-26T12:03:47</property> | |||
<property name="ide">WebStorm</property> | |||
<property name="ideVersion">2019.2.1.0.0</property> | |||
<property name="modified">2019-09-03T11:24:55</property> | |||
<property name="originalScheme">Default</property> | |||
</metaInfo> | |||
<colors> | |||
<option name="FILESTATUS_ADDED" value="74f95e" /> | |||
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="666666" /> | |||
<option name="FILESTATUS_IGNORE.PROJECT_VIEW.IGNORED" value="666666" /> | |||
<option name="FILESTATUS_MODIFIED" value="eed371" /> | |||
<option name="FILESTATUS_UNKNOWN" value="970049" /> | |||
<option name="FILESTATUS_addedOutside" value="a8ee36" /> | |||
</colors> | |||
</scheme> |
@@ -1,5 +0,0 @@ | |||
<application> | |||
<component name="CsvEditorSettings"> | |||
<option name="CURRENT_PLUGIN_VERSION" value="2.16.3" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,7 @@ | |||
<application> | |||
<component name="LocalDatabaseDriverManager" version="201"> | |||
<driver id="sqlite.xerial"> | |||
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" /> | |||
</driver> | |||
</component> | |||
</application> |
@@ -0,0 +1,47 @@ | |||
<application> | |||
<component name="DatabaseSettings" version="7"> | |||
<text-mode> | |||
<parameter-patterns> | |||
<parameter-pattern value="#(\w+)#" in-scripts="true" scope="XML" predefined="#name#" /> | |||
<parameter-pattern value="(?<=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="$a.b.c$?" /> | |||
<parameter-pattern value="(?<=\W|\A)#(\d+|[a-zA-Z_](?:\w|\.)*)#?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="#a.b.c#?" /> | |||
<parameter-pattern value="%\((\w+)\)s" in-scripts="true" scope="Python" predefined="%(name)s" /> | |||
<parameter-pattern value="%\w+" in-scripts="true" scope="JAVA,Python,PHP" predefined="%name" /> | |||
<parameter-pattern value="\$\{([^\{\}]*)\}" in-scripts="true" predefined="${name}" /> | |||
<parameter-pattern value="\$\(([^\)]+)\)" in-scripts="true" predefined="$(name)" /> | |||
</parameter-patterns> | |||
</text-mode> | |||
<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> |
@@ -0,0 +1,13 @@ | |||
<application> | |||
<component name="XDebuggerSettings"> | |||
<data-views /> | |||
<general /> | |||
<debuggers> | |||
<debugger id="javascript"> | |||
<configuration> | |||
<custom-object-presentation /> | |||
</configuration> | |||
</debugger> | |||
</debuggers> | |||
</component> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="EditorRichCopySettings"> | |||
<option name="enabled" value="false" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,77 @@ | |||
<application> | |||
<component name="CodeInsightSettings"> | |||
<option name="AUTOINSERT_PAIR_BRACKET" value="false" /> | |||
</component> | |||
<component name="DefaultFont"> | |||
<option name="FONT_SIZE" value="12" /> | |||
<option name="FONT_FAMILY" value="mononoki" /> | |||
<option name="LINE_SPACING" value="0.9" /> | |||
</component> | |||
<component name="EditorSettings"> | |||
<option name="languageBreadcrumbsMap"> | |||
<map> | |||
<entry key="CSS" value="true" /> | |||
<entry key="HOCON" value="true" /> | |||
<entry key="HTML" value="true" /> | |||
<entry key="JSON" value="true" /> | |||
<entry key="Jade" value="true" /> | |||
<entry key="JavaScript" value="true" /> | |||
<entry key="LESS" value="true" /> | |||
<entry key="SASS" value="true" /> | |||
<entry key="SCSS" value="true" /> | |||
<entry key="TypeScript" value="true" /> | |||
<entry key="XHTML" value="true" /> | |||
<entry key="XML" value="true" /> | |||
<entry key="yaml" value="true" /> | |||
<entry key="yamlEx" value="true" /> | |||
</map> | |||
</option> | |||
<option name="USE_SOFT_WRAPS" value="PREVIEW" /> | |||
<option name="STRIP_TRAILING_SPACES" value="Whole" /> | |||
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" /> | |||
<option name="CARET_BLINKING_PERIOD" value="250" /> | |||
<option name="ARE_GUTTER_ICONS_SHOWN" value="false" /> | |||
<option name="SHOW_BREADCRUMBS" value="false" /> | |||
<option name="IS_BLOCK_CURSOR" value="true" /> | |||
<option name="IS_WHITESPACES_SHOWN" value="true" /> | |||
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" /> | |||
</component> | |||
<component name="InlayHintsSettings"> | |||
<option name="disabledHintProviderIds"> | |||
<set> | |||
<option value="JavaScript.js.chain.hints" /> | |||
<option value="JavaScript.js.type.hints" /> | |||
<option value="JavaScript.microservices.url.path.inlay.hints" /> | |||
<option value="TypeScript.ts.chain.hints" /> | |||
<option value="TypeScript.ts.enum.hints" /> | |||
<option value="TypeScript.ts.type.hints" /> | |||
</set> | |||
</option> | |||
<option name="lastViewedProviderKeyId" value="microservices.url.path.inlay.hints" /> | |||
<settingsMapElement> | |||
<TypeScript.ts.type.hints> | |||
<Settings> | |||
<option name="showForInferredParameters" value="false" /> | |||
<option name="showForShorthandFunctions" value="true" /> | |||
</Settings> | |||
</TypeScript.ts.type.hints> | |||
<JavaScript.js.type.hints> | |||
<Settings> | |||
<option name="showForFunctions" value="true" /> | |||
<option name="showForShorthandFunctions" value="true" /> | |||
<option name="showForVariablesAndFields" value="true" /> | |||
</Settings> | |||
</JavaScript.js.type.hints> | |||
</settingsMapElement> | |||
</component> | |||
<component name="JSEditorOptions"> | |||
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" /> | |||
</component> | |||
<component name="TodoConfiguration"> | |||
<pattern pattern="\btodo\b.*" /> | |||
<pattern icon="important" pattern="\bfixme\b.*" /> | |||
</component> | |||
<component name="XmlEditorOptions"> | |||
<option name="showCssInlineColorPreview" value="true" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,10 @@ | |||
<!DOCTYPE html> | |||
<html lang="en-PH"> | |||
<head> | |||
<meta charset="UTF-8"> | |||
<title>#[[$Title$]]#</title> | |||
</head> | |||
<body> | |||
#[[$END$]]# | |||
</body> | |||
</html> |
@@ -0,0 +1,17 @@ | |||
<application> | |||
<component name="FileTypeManager" version="18"> | |||
<extensionMap> | |||
<mapping ext="babelrc" type="JSON" /> | |||
<mapping ext="sequelizerc" type="JavaScript" /> | |||
<mapping pattern="LICENSE" type="PLAIN_TEXT" /> | |||
<mapping pattern=".gitkeep" type="PLAIN_TEXT" /> | |||
<mapping pattern=".gitmessage" type="PLAIN_TEXT" /> | |||
<mapping pattern=".browserslistrc" type="PLAIN_TEXT" /> | |||
<removed_mapping ext="csv" approved="true" type="CSV" /> | |||
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" /> | |||
<removed_mapping ext="mdx" approved="true" type="Markdown" /> | |||
<removed_mapping pattern=".browserslistrc" approved="true" type="JSON" /> | |||
<removed_mapping pattern=".sequelizerc" approved="true" type="JSON" /> | |||
</extensionMap> | |||
</component> | |||
</application> |
@@ -0,0 +1,28 @@ | |||
<application> | |||
<component name="FindSettings"> | |||
<option name="caseSensitive" value="true" /> | |||
<option name="customScope" value="All Places" /> | |||
<option name="defaultScopeName" value="All Places" /> | |||
<option name="localCaseSensitive" value="true" /> | |||
<option name="localRegularExpressions" value="true" /> | |||
<option name="regularExpressions" value="true" /> | |||
<option name="CASE_SENSITIVE_SEARCH" value="true" /> | |||
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" /> | |||
<option name="REGULAR_EXPRESSIONS" value="true" /> | |||
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" /> | |||
<option name="SEARCH_SCOPE" value="All Places" /> | |||
<mask>*.xml</mask> | |||
<mask>*.css</mask> | |||
<mask>*.htm</mask> | |||
<mask>*.shtml</mask> | |||
<mask>*.shtm</mask> | |||
<mask>*.sht</mask> | |||
<mask>*.html</mask> | |||
<mask>*.ats</mask> | |||
<mask>*.ts</mask> | |||
<mask>*.cjs</mask> | |||
<mask>*.js</mask> | |||
<mask>*.jsx</mask> | |||
<mask>*.test.js?</mask> | |||
</component> | |||
</application> |
@@ -0,0 +1,7 @@ | |||
<application> | |||
<component name="GithubAccounts"> | |||
<account id="dd0b263d-8337-485b-9b8a-d1034efa9438" name="TheoryOfNekomata"> | |||
<server host="github.com" /> | |||
</account> | |||
</component> | |||
</application> |
@@ -0,0 +1,19 @@ | |||
<application> | |||
<component name="LineMarkerSettings"> | |||
<option name="providers"> | |||
<map> | |||
<entry key="RenderedDoc" value="true" /> | |||
<entry key="com.intellij.execution.lineMarker.RunLineMarkerProvider" value="true" /> | |||
<entry key="com.intellij.httpClient.http.request.codeInsight.HttpRequestDiffLineMarkerProvider" value="true" /> | |||
<entry key="com.intellij.lang.javascript.highlighting.JSRecursiveCallLineMarkerProvider" value="true" /> | |||
<entry key="com.intellij.sql.editor.SqlRecursiveCallLineMakerProvider" value="true" /> | |||
<entry key="com.intellij.ui.ColorLineMarkerProvider" value="true" /> | |||
<entry key="js.implemented" value="true" /> | |||
<entry key="js.implementing" value="true" /> | |||
<entry key="js.overridden" value="true" /> | |||
<entry key="js.overriding" value="true" /> | |||
<entry key="org.editorconfig.configmanagement.editor.EditorConfigPreviewMarkerProvider" value="true" /> | |||
</map> | |||
</option> | |||
</component> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="LangManager"> | |||
<option name="languageName" value="JavaScript" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,41 @@ | |||
<application> | |||
<component name="GeneralSettings"> | |||
<option name="confirmExit" value="false" /> | |||
<option name="confirmOpenNewProject2" value="0" /> | |||
<option name="processCloseConfirmation" value="TERMINATE" /> | |||
<option name="showTipsOnStartup" value="false" /> | |||
<option name="useSafeWrite" value="false" /> | |||
</component> | |||
<component name="Registry"> | |||
<entry key="dumb.aware.run.configurations" value="true" /> | |||
<entry key="bigger.font.in.project.view" value="true" /> | |||
<entry key="win.editor.thumb.default.alpha.base" value="0" /> | |||
<entry key="win.editor.thumb.default.alpha.delta" value="102" /> | |||
<entry key="win.editor.thumb.darcula.alpha.base" value="0" /> | |||
<entry key="win.editor.thumb.darcula.alpha.delta" value="102" /> | |||
<entry key="win.editor.thumb.default.fill.min" value="102" /> | |||
<entry key="win.editor.thumb.default.fill.max" value="150" /> | |||
<entry key="win.editor.thumb.darcula.fill.min" value="102" /> | |||
<entry key="ide.balloon.shadow.size" value="0" /> | |||
<entry key="mac.editor.thumb.default.alpha.base" value="0" /> | |||
<entry key="mac.editor.thumb.default.alpha.delta" value="102" /> | |||
<entry key="mac.editor.thumb.darcula.alpha.base" value="0" /> | |||
<entry key="mac.editor.thumb.darcula.alpha.delta" value="102" /> | |||
<entry key="mac.editor.thumb.default.fill.min" value="102" /> | |||
<entry key="mac.editor.thumb.default.fill.max" value="150" /> | |||
<entry key="mac.editor.thumb.darcula.fill.min" value="102" /> | |||
<entry key="mac.editor.thumb.darcula.fill.max" value="163" /> | |||
<entry key="ide.tree.ui.experimental" value="false" /> | |||
<entry key="ide.mac.allowDarkWindowDecorations" value="true" /> | |||
</component> | |||
<component name="StatusBar"> | |||
<option name="widgets"> | |||
<map> | |||
<entry key="CwmWireStatsWidgetFactory" value="false" /> | |||
<entry key="Memory" value="true" /> | |||
<entry key="Notifications" value="false" /> | |||
<entry key="mtStatusBar" value="false" /> | |||
</map> | |||
</option> | |||
</component> | |||
</application> |
@@ -0,0 +1,42 @@ | |||
<application> | |||
<component name="IgnoreSettings" missingGitignore="true" ignoredFileStatus="true" starredTemplates="" unignoreActions="true" hideIgnoredFiles="false" notifyIgnoredEditing="true"> | |||
<languages> | |||
<language id="Bazaar" NEW_FILE="true" ENABLE="true" /> | |||
<language id="CloudFoundry" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Chef" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Cvs" NEW_FILE="true" ENABLE="true" /> | |||
<language id="Darcs" NEW_FILE="true" ENABLE="true" /> | |||
<language id="Docker" NEW_FILE="true" ENABLE="false" /> | |||
<language id="ElasticBeanstalk" NEW_FILE="true" ENABLE="false" /> | |||
<language id="ESLint" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Floobits" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Fossil" NEW_FILE="true" ENABLE="true" /> | |||
<language id="Git" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Google Cloud" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Kubernetes Helm" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Jetpack" NEW_FILE="true" ENABLE="false" /> | |||
<language id="JSHint" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Mercurial" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Monotone" NEW_FILE="true" ENABLE="true" /> | |||
<language id="Nodemon" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Npm" NEW_FILE="true" ENABLE="false" /> | |||
<language id="NuxtJS" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Perforce" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Prettier" NEW_FILE="true" ENABLE="false" /> | |||
<language id="StyleLint" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Stylint" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Swagger Codegen" NEW_FILE="true" ENABLE="false" /> | |||
<language id="Team Foundation" NEW_FILE="true" ENABLE="true" /> | |||
<language id="Up" NEW_FILE="true" ENABLE="false" /> | |||
</languages> | |||
<userTemplates> | |||
<template name="Example user template">### Example user template | |||
# IntelliJ project files | |||
.idea | |||
*.iml | |||
out | |||
gen</template> | |||
</userTemplates> | |||
</component> | |||
</application> |
@@ -0,0 +1,3 @@ | |||
<profile version="1.0"> | |||
<option name="myName" value="Default" /> | |||
</profile> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="IntentionManagerSettings"> | |||
<ignoreAction name="JavaScript/JSX/Wrap value with {}" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,42 @@ | |||
<application> | |||
<component name="ProjectJdkTable"> | |||
<jdk version="2"> | |||
<name value="Kahlua" /> | |||
<type value="Lua SDK" /> | |||
<version value="Kahlua" /> | |||
<homePath value="" /> | |||
<roots> | |||
<classPath> | |||
<root type="composite"> | |||
<root url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" type="simple" /> | |||
</root> | |||
</classPath> | |||
<sourcePath> | |||
<root type="composite"> | |||
<root url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" type="simple" /> | |||
</root> | |||
</sourcePath> | |||
</roots> | |||
<additional /> | |||
</jdk> | |||
<jdk version="2"> | |||
<name value="LuaJ" /> | |||
<type value="Lua SDK" /> | |||
<version value="LuaJ" /> | |||
<homePath value="" /> | |||
<roots> | |||
<classPath> | |||
<root type="composite"> | |||
<root url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" type="simple" /> | |||
</root> | |||
</classPath> | |||
<sourcePath> | |||
<root type="composite"> | |||
<root url="file://$APPLICATION_PLUGINS_DIR$/Lua/stdlibrary" type="simple" /> | |||
</root> | |||
</sourcePath> | |||
</roots> | |||
<additional /> | |||
</jdk> | |||
</component> | |||
</application> |
@@ -0,0 +1,17 @@ | |||
<application> | |||
<component name="LightEdit"> | |||
<option name="supportedFilePatterns"> | |||
<list> | |||
<option value="*.conf" /> | |||
<option value="*.ini" /> | |||
<option value="*.json" /> | |||
<option value="*.log" /> | |||
<option value="*.md" /> | |||
<option value="*.sh" /> | |||
<option value="*.txt" /> | |||
<option value="*.xml" /> | |||
<option value="*.yml" /> | |||
</list> | |||
</option> | |||
</component> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="MarkdownApplicationSettings"> | |||
<MarkdownCssSettings /> | |||
</component> | |||
</application> |
@@ -0,0 +1,20 @@ | |||
<application> | |||
<component name="MaterialCustomThemeConfig"> | |||
<option name="excludedColor" value="2e3c43ff" /> | |||
<option name="accentColor" value="eeca3fff" /> | |||
<option name="notificationsColor" value="444444ff" /> | |||
<option name="treeSelectionColor" value="444444ff" /> | |||
<option name="highlightColor" value="444444ff" /> | |||
<option name="secondBorderColor" value="444444ff" /> | |||
<option name="tableSelectedColor" value="996699ff" /> | |||
<option name="contrastColor" value="222222ff" /> | |||
<option name="disabledColor" value="444444ff" /> | |||
<option name="secondaryBackgroundColor" value="222222ff" /> | |||
<option name="buttonColor" value="666666ff" /> | |||
<option name="selectionForegroundColor" value="ffffffff" /> | |||
<option name="selectionBackgroundColor" value="996699ff" /> | |||
<option name="textColor" value="ccccccff" /> | |||
<option name="foregroundColor" value="eeeeeeff" /> | |||
<option name="backgroundColor" value="333333ff" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,19 @@ | |||
<application> | |||
<component name="MaterialThemeConfig"> | |||
<option name="customTreeIndentEnabled" value="true" /> | |||
<option name="compactSidebar" value="true" /> | |||
<option name="isCustomTreeIndentEnabled" value="true" /> | |||
<option name="isWizardShown" value="true" /> | |||
<option name="pristineConfig" value="false" /> | |||
<option name="statusBarTheme" value="false" /> | |||
<option name="indicatorStyle" value="None" /> | |||
<option name="customSidebarHeight" value="24" /> | |||
<option name="leftTreeIndent" value="10" /> | |||
<option name="tabsHeight" value="16" /> | |||
<option name="accentColor" value="eeca3f" /> | |||
<option name="selectedTheme" value="CUSTOM" /> | |||
<option name="userId" value="7a11f371:1686d9b67db:-8000" /> | |||
<option name="version" value="6.4.2.1" /> | |||
<option name="stripedToolWindowsEnabled" value="true" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,6 @@ | |||
<application> | |||
<component name="NotificationConfiguration"> | |||
<notification groupId="Docker: Dockerfile detection" displayType="NONE" shouldLog="false" /> | |||
<notification groupId="Quokka Notifications" displayType="NONE" shouldLog="false" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,13 @@ | |||
<application> | |||
<component name="ParameterNameHintsSettings"> | |||
<blacklists> | |||
<blacklist language="TypeScript" /> | |||
</blacklists> | |||
<option id="js.param.hints.show.names.for.all.args" value="true" /> | |||
<option id="js.only.show.names.for.all.args" value="true" /> | |||
<disabledLanguages> | |||
<language id="TypeScript" /> | |||
<language id="JavaScript" /> | |||
</disabledLanguages> | |||
</component> | |||
</application> |
@@ -0,0 +1,8 @@ | |||
<application> | |||
<component name="PomodoroSettings"> | |||
<option name="longBreakFrequency" value="2" /> | |||
<option name="popupEnabled" value="false" /> | |||
<option name="ringVolume" value="0" /> | |||
<option pomodoroLengthInMinutes="pomodoroDuration" value="15" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,8 @@ | |||
<application> | |||
<component name="PomodoroState"> | |||
<option name="pomodorosTillLongBreak" value="2" /> | |||
<option startTime="startTime" value="1597476443009" /> | |||
<option lastUpdateTime="lastUpdateTime" value="1597476743265" /> | |||
<option pomodorosAmount="pomodorosAmount" value="6" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,19 @@ | |||
<application> | |||
<component name="ProjectManager"> | |||
<defaultProject> | |||
<component name="EmacsSettings"> | |||
<option name="emacsPath" value="/usr/bin/emacs" /> | |||
</component> | |||
<component name="PrettierConfiguration"> | |||
<option name="myRunOnSave" value="true" /> | |||
<option name="myRunOnReformat" value="true" /> | |||
</component> | |||
<component name="PropertiesComponent"> | |||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> | |||
<property name="nodejs_npm_path_reset_for_default_project" value="true" /> | |||
<property name="run.prettier.on.save" value="true" /> | |||
<property name="settings.editor.selected.configurable" value="preferences.fileTypes" /> | |||
</component> | |||
</defaultProject> | |||
</component> | |||
</application> |
@@ -1,6 +1,7 @@ | |||
<application> | |||
<component name="UISettings"> | |||
<option name="HIDE_TOOL_STRIPES" value="true" /> | |||
<option name="FULL_PATHS_IN_TITLE_BAR" value="true" /> | |||
<option name="MAX_LOOKUP_WIDTH2" value="830" /> | |||
<option name="SHOW_NAVIGATION_BAR" value="false" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,7 @@ | |||
<application> | |||
<component name="UpdatesConfigurable"> | |||
<option name="LAST_BUILD_CHECKED" value="WS-211.7142.46" /> | |||
<option name="LAST_TIME_CHECKED" value="1621213155337" /> | |||
<option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,5 @@ | |||
<application> | |||
<component name="UsageViewSettings"> | |||
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.37231058" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,61 @@ | |||
<application> | |||
<component name="GitRememberedInputs"> | |||
<option name="visitedUrls"> | |||
<list> | |||
<UrlAndUserName> | |||
<option name="url" value="https://gitlab.com/whitecloak/ayala-web-dev/ayala-web-app.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="http://gitlab.com" /> | |||
<option name="userName" value="TheoryOfNekomata" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://github.com/wc-webdev/proof-of-concepts.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://gitlab.whitecloak.io/frontend-web-training/ringtone-web-core.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="http://gitlab.whitecloak.io" /> | |||
<option name="userName" value="allan.crisostomo@whitecloak.com" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://github.com/Temoto-kun/murasaki.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://github.com/Temoto-kun/chords.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://gitlab.whitecloak.io/wcapp/admin-web.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="git@code.modal.sh:TheoryOfNekomata/number-name.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="git@code.modal.sh:TheoryOfNekomata/chord-finder.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="git@code.modal.sh:zeichen/interim-proto.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="https://code.modal.sh/TheoryOfNekomata/formxtr.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
<UrlAndUserName> | |||
<option name="url" value="git@code.modal.sh:TheoryOfNekomata/tonality.git" /> | |||
<option name="userName" value="" /> | |||
</UrlAndUserName> | |||
</list> | |||
</option> | |||
<option name="cloneParentDir" value="$USER_HOME$/Projects/modal.sh" /> | |||
</component> | |||
</application> |
@@ -0,0 +1,3 @@ | |||
<application> | |||
<component name="WebBrowsersConfiguration" showHover="false" /> | |||
</application> |
@@ -0,0 +1,122 @@ | |||
<application> | |||
<component name="WslDistributionsService" version="1"> | |||
<descriptors> | |||
<set> | |||
<descriptor> | |||
<id>DEBIAN</id> | |||
<microsoft-id>Debian</microsoft-id> | |||
<executable-path>debian.exe</executable-path> | |||
<presentable-name>Debian GNU/Linux</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>KALI</id> | |||
<microsoft-id>kali-linux</microsoft-id> | |||
<executable-path>kali.exe</executable-path> | |||
<presentable-name>Kali Linux</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>OPENSUSE42</id> | |||
<microsoft-id>openSUSE-42</microsoft-id> | |||
<executable-path>opensuse-42.exe</executable-path> | |||
<presentable-name>openSUSE Leap 42</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>SLES12</id> | |||
<microsoft-id>SLES-12</microsoft-id> | |||
<executable-path>sles-12.exe</executable-path> | |||
<presentable-name>SUSE Linux Enterprise Server 12</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>SLES15</id> | |||
<microsoft-id>SLES-15</microsoft-id> | |||
<executable-path>sles-15.exe</executable-path> | |||
<presentable-name>SUSE Linux Enterprise Server 15</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>SLES-15-SP1</id> | |||
<microsoft-id>SLES-15-SP1</microsoft-id> | |||
<executable-path>SLES-15-SP1.exe</executable-path> | |||
<presentable-name>SUSE Linux Enterprise Server 15 SP1</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>SUSE-Linux-Enterprise-Server-15-SP2</id> | |||
<microsoft-id>SUSE-Linux-Enterprise-Server-15-SP2</microsoft-id> | |||
<executable-path>SUSE-Linux-Enterprise-Server-15-SP2.exe</executable-path> | |||
<presentable-name>SUSE Linux Enterprise Server 15 SP2</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>OPENSUSE15</id> | |||
<microsoft-id>openSUSE-Leap-15</microsoft-id> | |||
<executable-path>openSUSE-Leap-15.exe</executable-path> | |||
<presentable-name>openSUSE Leap 15</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>OPENSUSE15-1</id> | |||
<microsoft-id>openSUSE-Leap-15-1</microsoft-id> | |||
<executable-path>openSUSE-Leap-15-1.exe</executable-path> | |||
<presentable-name>openSUSE Leap 15.1</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>OPENSUSE15.2</id> | |||
<microsoft-id>openSUSE-Leap-15.2</microsoft-id> | |||
<executable-path>openSUSE-Leap-15.2.exe</executable-path> | |||
<presentable-name>openSUSE Leap 15.2</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>UBUNTU</id> | |||
<microsoft-id>Ubuntu</microsoft-id> | |||
<executable-path>ubuntu.exe</executable-path> | |||
<presentable-name>Ubuntu</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>UBUNTU1604</id> | |||
<microsoft-id>Ubuntu-16.04</microsoft-id> | |||
<executable-path>ubuntu1604.exe</executable-path> | |||
<presentable-name>Ubuntu 16.04</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>UBUNTU1804</id> | |||
<microsoft-id>Ubuntu-18.04</microsoft-id> | |||
<executable-path>ubuntu1804.exe</executable-path> | |||
<presentable-name>Ubuntu 18.04</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>UBUNTU2004</id> | |||
<microsoft-id>Ubuntu-20.04</microsoft-id> | |||
<executable-path>ubuntu2004.exe</executable-path> | |||
<presentable-name>Ubuntu 20.04</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>Ubuntu-CommPrev</id> | |||
<microsoft-id>Ubuntu-CommPrev</microsoft-id> | |||
<executable-path>ubuntupreview.exe</executable-path> | |||
<presentable-name>Ubuntu on Windows Community Preview</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>PENGWIN</id> | |||
<microsoft-id>WLinux</microsoft-id> | |||
<executable-path>pengwin.exe</executable-path> | |||
<presentable-name>Pengwin</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>PENGWIN_ENTERPRISE</id> | |||
<microsoft-id>WLE</microsoft-id> | |||
<executable-path>wle.exe</executable-path> | |||
<presentable-name>Pengwin Enterprise</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>fedoraremix</id> | |||
<microsoft-id>fedoraremix</microsoft-id> | |||
<executable-path>fedoraremix.exe</executable-path> | |||
<presentable-name>Fedora Remix for WSL</presentable-name> | |||
</descriptor> | |||
<descriptor> | |||
<id>ARCH</id> | |||
<microsoft-id>Arch</microsoft-id> | |||
<executable-path>Arch.exe</executable-path> | |||
<presentable-name>Arch Linux</presentable-name> | |||
</descriptor> | |||
</set> | |||
</descriptors> | |||
</component> | |||
</application> |