diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:25:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:25:46 -0700 |
| commit | 83d81b224ef83b9221a957a0e9bd314b24de11af (patch) | |
| tree | e551e9a722d35a129430471811af47dfa679e7ed | |
| parent | RD-2021.2.1 <fuwnz@FUWN-PC Create laf.xml, ide.general.xml, filetypes.xml, ke... (diff) | |
| parent | CL-2021.2.1 <fuwnz@FUWN-PC Create vim_settings.xml, laf.xml, emmet.xml, sshCo... (diff) | |
| download | jetbrains-83d81b224ef83b9221a957a0e9bd314b24de11af.tar.xz jetbrains-83d81b224ef83b9221a957a0e9bd314b24de11af.zip | |
RD-2021.2.1 <fuwnz@FUWN-PC Overwrite local to https://github.com/fuwn/jetbrains.git
| -rw-r--r-- | _windows/keymap.xml | 5 | ||||
| -rw-r--r-- | _windows/toolchains.xml | 10 | ||||
| -rw-r--r-- | code.style.schemes | 8 | ||||
| -rw-r--r-- | codeLens.xml | 7 | ||||
| -rw-r--r-- | codestyles/Default.xml | 239 | ||||
| -rw-r--r-- | colors.scheme.xml | 2 | ||||
| -rw-r--r-- | debugger.xml | 9 | ||||
| -rw-r--r-- | discord.xml | 13 | ||||
| -rw-r--r-- | editor.codeinsight.xml | 4 | ||||
| -rw-r--r-- | editor.xml | 60 | ||||
| -rw-r--r-- | emmet.xml | 8 | ||||
| -rw-r--r-- | filetypes.xml | 5 | ||||
| -rw-r--r-- | github.xml | 7 | ||||
| -rw-r--r-- | grazie_global.xml | 18 | ||||
| -rw-r--r-- | ide.general.xml | 8 | ||||
| -rw-r--r-- | laf.xml | 2 | ||||
| -rw-r--r-- | one_dark_config.xml | 6 | ||||
| -rw-r--r-- | project.default.xml | 57 | ||||
| -rw-r--r-- | sshConfigs.xml | 7 | ||||
| -rw-r--r-- | terminal.xml | 6 | ||||
| -rw-r--r-- | ui.lnf.xml | 8 | ||||
| -rw-r--r-- | updates.xml | 7 | ||||
| -rw-r--r-- | vcs.xml | 1 | ||||
| -rw-r--r-- | vim_settings.xml | 15 |
24 files changed, 471 insertions, 41 deletions
diff --git a/_windows/keymap.xml b/_windows/keymap.xml deleted file mode 100644 index e986c35..0000000 --- a/_windows/keymap.xml +++ /dev/null @@ -1,5 +0,0 @@ -<application> - <component name="KeymapManager"> - <active_keymap name="ReSharper" /> - </component> -</application>
\ No newline at end of file diff --git a/_windows/toolchains.xml b/_windows/toolchains.xml new file mode 100644 index 0000000..6c9b39a --- /dev/null +++ b/_windows/toolchains.xml @@ -0,0 +1,10 @@ +<application> + <component name="CPPToolchains" version="6"> + <toolchains detectedVersion="5"> + <toolchain name="Visual Studio (2019)" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" debuggerKind="BUNDLED_LLDB" /> + <toolchain name="Visual Studio (2017 BuildTools)" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools" debuggerKind="BUNDLED_LLDB" /> + <toolchain name="Visual Studio (2017 Community)" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community" debuggerKind="BUNDLED_LLDB" /> + <toolchain name="WSL" toolSetKind="WSL" toolSetPath="Debian" customCMakePath="\usr\bin\cmake" debuggerKind="CUSTOM_GDB" customGDBPath="\usr\bin\gdb" /> + </toolchains> + </component> +</application>
\ No newline at end of file diff --git a/code.style.schemes b/code.style.schemes new file mode 100644 index 0000000..db6dd49 --- /dev/null +++ b/code.style.schemes @@ -0,0 +1,8 @@ +<application> + <component name="CodeStyleSettingsManager"> + <option name="PER_PROJECT_SETTINGS"> + <value version="173" /> + </option> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </component> +</application>
\ No newline at end of file diff --git a/codeLens.xml b/codeLens.xml deleted file mode 100644 index 03c48e2..0000000 --- a/codeLens.xml +++ /dev/null @@ -1,7 +0,0 @@ -<application> - <component name="CodeLensSettings"> - <enabled> - <map /> - </enabled> - </component> -</application>
\ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 0000000..01d260e --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1,239 @@ +<code_scheme name="Default" version="173"> + <option name="OTHER_INDENT_OPTIONS"> + <value> + <option name="INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </value> + </option> + <CssCodeStyleSettings> + <option name="HEX_COLOR_LOWER_CASE" value="true" /> + <option name="VALUE_ALIGNMENT" value="2" /> + <option name="KEEP_SINGLE_LINE_BLOCKS" value="true" /> + <option name="ENFORCE_QUOTES_ON_FORMAT" value="true" /> + </CssCodeStyleSettings> + <HTMLCodeStyleSettings> + <option name="HTML_UNIFORM_INDENT" value="true" /> + <option name="HTML_ALIGN_TEXT" value="true" /> + <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" /> + <option name="HTML_ENFORCE_QUOTES" value="true" /> + </HTMLCodeStyleSettings> + <JSCodeStyleSettings version="0"> + <option name="FORCE_SEMICOLON_STYLE" value="true" /> + <option name="FORCE_QUOTE_STYlE" value="true" /> + <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" /> + <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> + <option name="SPACES_WITHIN_IMPORTS" value="true" /> + <option name="INDENT_CHAINED_CALLS" value="false" /> + <option name="SPACES_WITHIN_INTERPOLATION_EXPRESSIONS" value="true" /> + </JSCodeStyleSettings> + <Latex> + <option name="INDENT_SECTIONS" value="true" /> + </Latex> + <LessCodeStyleSettings> + <option name="HEX_COLOR_LOWER_CASE" value="true" /> + <option name="VALUE_ALIGNMENT" value="2" /> + <option name="KEEP_SINGLE_LINE_BLOCKS" value="true" /> + <option name="ENFORCE_QUOTES_ON_FORMAT" value="true" /> + </LessCodeStyleSettings> + <Objective-C> + <option name="INDENT_NAMESPACE_MEMBERS" value="0" /> + <option name="INDENT_C_STRUCT_MEMBERS" value="2" /> + <option name="INDENT_CLASS_MEMBERS" value="2" /> + <option name="INDENT_INSIDE_CODE_BLOCK" value="2" /> + <option name="SPACE_BEFORE_TEMPLATE_DECLARATION_LT" value="true" /> + <option name="SPACE_WITHIN_TEMPLATE_DOUBLE_GT" value="false" /> + <option name="SPACE_WITHIN_EMPTY_BRACES" value="true" /> + <option name="SPACE_BEFORE_INIT_LIST" value="true" /> + <option name="SPACE_BETWEEN_OPERATOR_AND_PUNCTUATOR" value="true" /> + <option name="SPACE_BEFORE_DICTIONARY_LITERAL_COLON" value="true" /> + <option name="INSERT_VIRTUAL_WITH_OVERRIDE" value="true" /> + <option name="ADD_BRIEF_TAG" value="true" /> + <option name="TAG_PREFIX_OF_LINE_COMMENT" value="AT" /> + </Objective-C> + <Objective-C-extensions> + <option name="TAG_PREFIX_OF_LINE_COMMENT" value="AT" /> + <extensions> + <pair source="cc" header="hh" fileNamingConvention="SNAKE_CASE" /> + <pair source="c" header="h" fileNamingConvention="SNAKE_CASE" /> + </extensions> + <rules> + <rule entity="NAMESPACE" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="MACRO" visibility="ANY" specifier="ANY" prefix="" style="SCREAMING_SNAKE_CASE" suffix="" /> + <rule entity="CLASS" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="STRUCT" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="ENUM" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="ENUMERATOR" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="TYPEDEF" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="UNION" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="CLASS_MEMBER_FUNCTION" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="STRUCT_MEMBER_FUNCTION" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="CLASS_MEMBER_FIELD" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="STRUCT_MEMBER_FIELD" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="GLOBAL_FUNCTION" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="GLOBAL_VARIABLE" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="PARAMETER" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + <rule entity="LOCAL_VARIABLE" visibility="ANY" specifier="ANY" prefix="" style="SNAKE_CASE" suffix="" /> + </rules> + </Objective-C-extensions> + <Python> + <option name="SPACE_WITHIN_BRACES" value="true" /> + <option name="SPACE_AROUND_EQ_IN_NAMED_PARAMETER" value="true" /> + <option name="DICT_ALIGNMENT" value="1" /> + </Python> + <ScssCodeStyleSettings> + <option name="HEX_COLOR_LOWER_CASE" value="true" /> + <option name="VALUE_ALIGNMENT" value="2" /> + <option name="KEEP_SINGLE_LINE_BLOCKS" value="true" /> + </ScssCodeStyleSettings> + <TypeScriptCodeStyleSettings version="0"> + <option name="FORCE_SEMICOLON_STYLE" value="true" /> + <option name="FORCE_QUOTE_STYlE" value="true" /> + <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" /> + <option name="SPACES_WITHIN_IMPORTS" value="true" /> + <option name="INDENT_CHAINED_CALLS" value="false" /> + <option name="SPACES_WITHIN_INTERPOLATION_EXPRESSIONS" value="true" /> + </TypeScriptCodeStyleSettings> + <XML> + <option name="XML_SPACE_INSIDE_EMPTY_TAG" value="true" /> + </XML> + <codeStyleSettings language="Bibtex"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="CMake"> + <option name="SPACE_BEFORE_METHOD_PARENTHESES" 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="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="HTML"> + <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="28" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <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> + <codeStyleSettings language="LESS"> + <indentOptions> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Latex"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Makefile"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + <option name="USE_TAB_CHARACTER" value="false" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Markdown"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="ObjectiveC"> + <option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACES" value="true" /> + <option name="SPACE_WITHIN_EMPTY_ARRAY_INITIALIZER_BRACES" value="true" /> + <option name="SPACE_AFTER_TYPE_CAST" value="false" /> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + <option name="LABEL_INDENT_ABSOLUTE" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Python"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Rust"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </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="SQL"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <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="TOML"> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="TypeScript"> + <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> +</code_scheme>
\ No newline at end of file diff --git a/colors.scheme.xml b/colors.scheme.xml index 16512a9..5412d0b 100644 --- a/colors.scheme.xml +++ b/colors.scheme.xml @@ -1,5 +1,5 @@ <application> <component name="EditorColorsManagerImpl"> - <global_color_scheme name="Rider Dark" /> + <global_color_scheme name="Monokai Pro (Filter Ristretto)" /> </component> </application>
\ No newline at end of file diff --git a/debugger.xml b/debugger.xml index 3c0f37d..544ab15 100644 --- a/debugger.xml +++ b/debugger.xml @@ -1,15 +1,8 @@ <application> <component name="XDebuggerSettings"> - <data-views> - <option name="valueLookupDelay" value="150" /> - </data-views> + <data-views /> <general /> <debuggers> - <debugger id="dotnet_debugger"> - <configuration> - <option name="breakOnUserUnhandledExceptions" value="true" /> - </configuration> - </debugger> <debugger id="javascript"> <configuration> <custom-object-presentation /> diff --git a/discord.xml b/discord.xml new file mode 100644 index 0000000..12b86d1 --- /dev/null +++ b/discord.xml @@ -0,0 +1,13 @@ +<application> + <component name="DiscordApplicationSettings"> + <option name="show" value="true" /> + <option name="applicationTime" value="APPLICATION" /> + <option name="projectTime" value="APPLICATION" /> + <option name="fileTime" value="APPLICATION" /> + <option name="filePrefixEnabled" value="true" /> + <option name="fileHideVcsIgnored" value="false" /> + <option name="applicationType" value="IDE_EDITION" /> + <option name="theme" value="material" /> + <option name="applicationLastUpdateNotification" value="1.7.0" /> + </component> +</application>
\ No newline at end of file diff --git a/editor.codeinsight.xml b/editor.codeinsight.xml index 0381806..f7417aa 100644 --- a/editor.codeinsight.xml +++ b/editor.codeinsight.xml @@ -1,5 +1,5 @@ <application> - <component name="RiderCodeCompletionExtraSettings"> - <option name="allowToCompleteWithWhitespace" value="false" /> + <component name="RsCodeFoldingSettings"> + <option name="collapsibleOneLineMethods" value="false" /> </component> </application>
\ No newline at end of file @@ -1,14 +1,60 @@ <application> + <component name="CodeFoldingSettings"> + <option name="COLLAPSE_IMPORTS" value="false" /> + <option name="COLLAPSE_FILE_HEADER" value="false" /> + </component> <component name="CodeInsightSettings"> - <option name="completionCaseSensitive" value="2" /> - <option name="selectAutopopupSuggestionsByChars" value="true" /> - <option name="AUTO_POPUP_JAVADOC_INFO" value="true" /> - <option name="COMPLETION_CASE_SENSITIVE" value="2" /> - <option name="SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS" value="true" /> - <option name="AUTOCOMPLETE_ON_CODE_COMPLETION" value="false" /> + <option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" /> + </component> + <component name="DefaultFont"> + <option name="FONT_SIZE" value="17" /> + <option name="FONT_REGULAR_SUB_FAMILY" value="Regular" /> + <option name="FONT_BOLD_SUB_FAMILY" value="Bold" /> + <option name="USE_LIGATURES" value="true" /> </component> <component name="EditorSettings"> - <option name="STRIP_TRAILING_SPACES" value="None" /> + <option name="languageBreadcrumbsMap"> + <map> + <entry key="Bibtex" value="true" /> + <entry key="CSS" value="true" /> + <entry key="HTML" value="true" /> + <entry key="JSON" value="true" /> + <entry key="JavaScript" value="true" /> + <entry key="LESS" value="true" /> + <entry key="Latex" value="true" /> + <entry key="Markdown" value="true" /> + <entry key="ObjectiveC" value="true" /> + <entry key="Python" value="true" /> + <entry key="Rust" value="true" /> + <entry key="SASS" value="true" /> + <entry key="SCSS" value="true" /> + <entry key="SQL" value="true" /> + <entry key="Stylus" value="true" /> + <entry key="TypeScript" value="true" /> + <entry key="XHTML" value="true" /> + <entry key="XML" value="true" /> + <entry key="yaml" value="true" /> + </map> + </option> + <option name="ENABLE_RENDERED_DOC" value="true" /> <option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" /> </component> + <component name="InlayHintsSettings"> + <option name="lastViewedProviderKeyId" value="parameter.hints.old" /> + </component> + <component name="OCCodeFoldingSettings"> + <option name="collapseConditionallyNotCompiled" value="false" /> + <option name="COLLAPSE_CONDITIONALLY_NOT_COMPILED" value="false" /> + </component> + <component name="SqlFoldingSettings"> + <option name="COLLAPSE_LONG_NUMBERS" value="false" /> + </component> + <component name="XmlEditorOptions"> + <option name="showCssInlineColorPreview" value="true" /> + </component> + <component name="XmlFoldingSettings"> + <option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" /> + <option name="COLLAPSE_ENTITIES" value="false" /> + <option name="COLLAPSE_DATA_URI" value="false" /> + </component> </application>
\ No newline at end of file diff --git a/emmet.xml b/emmet.xml new file mode 100644 index 0000000..b0ea04f --- /dev/null +++ b/emmet.xml @@ -0,0 +1,8 @@ +<application> + <component name="CssEmmetOptions"> + <option name="fuzzySearchEnabled" value="true" /> + </component> + <component name="EmmetOptions"> + <option name="previewEnabled" value="true" /> + </component> +</application>
\ No newline at end of file diff --git a/filetypes.xml b/filetypes.xml index 5186abd..c12dce2 100644 --- a/filetypes.xml +++ b/filetypes.xml @@ -1,5 +1,8 @@ <application> <component name="FileTypeManager" version="18"> - <ignoreFiles list="*.pyc;*.pyo;*.rbc;*.yarb;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" /> + <extensionMap> + <removed_mapping ext="inc" approved="true" type="Assembly file" /> + <removed_mapping ext="mac" approved="true" type="Assembly file" /> + </extensionMap> </component> </application>
\ No newline at end of file diff --git a/github.xml b/github.xml new file mode 100644 index 0000000..6e85c89 --- /dev/null +++ b/github.xml @@ -0,0 +1,7 @@ +<application> + <component name="GithubAccounts"> + <account name="fuwn" id="798faa65-f312-4c52-b340-1fa41f7f1402"> + <server host="github.com" /> + </account> + </component> +</application>
\ No newline at end of file diff --git a/grazie_global.xml b/grazie_global.xml new file mode 100644 index 0000000..18e9403 --- /dev/null +++ b/grazie_global.xml @@ -0,0 +1,18 @@ +<application> + <component name="GraziConfig"> + <option name="checkingContext"> + <CheckingContext> + <option name="isCheckInStringLiteralsEnabled" value="true" /> + <option name="enabledLanguages"> + <set> + <option value="Doxygen" /> + <option value="JavaScript" /> + <option value="Python" /> + <option value="Rust" /> + <option value="XML" /> + </set> + </option> + </CheckingContext> + </option> + </component> +</application>
\ No newline at end of file diff --git a/ide.general.xml b/ide.general.xml deleted file mode 100644 index 3ef9267..0000000 --- a/ide.general.xml +++ /dev/null @@ -1,8 +0,0 @@ -<application> - <component name="GeneralSettings"> - <option name="reopenLastProject" value="false" /> - </component> - <component name="Registry"> - <entry key="rdclient.asyncActions" value="false" /> - </component> -</application>
\ No newline at end of file @@ -1,5 +1,5 @@ <application> <component name="LafManager" autodetect="false"> - <laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="RiderDark" /> + <laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="76cc8066-d21c-4e4c-8583-1b3f22e90e8f" /> </component> </application>
\ No newline at end of file diff --git a/one_dark_config.xml b/one_dark_config.xml new file mode 100644 index 0000000..ceb5210 --- /dev/null +++ b/one_dark_config.xml @@ -0,0 +1,6 @@ +<application> + <component name="OneDarkConfig"> + <option name="userId" value="0314df52-b879-40c5-8ebb-607443bafea0" /> + <option name="version" value="5.3.0" /> + </component> +</application>
\ No newline at end of file diff --git a/project.default.xml b/project.default.xml new file mode 100644 index 0000000..8b6b554 --- /dev/null +++ b/project.default.xml @@ -0,0 +1,57 @@ +<application> + <component name="ProjectManager"> + <defaultProject> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> + <component name="DiscordProjectSettings"> + <option name="show" value="ASK" /> + <option name="description" value="" /> + </component> + <component name="ProjectDictionaryState"> + <dictionary name="fuwnz" /> + </component> + <component name="ProjectInspectionProfilesVisibleTreeState"> + <entry key="Project Default"> + <profile-state> + <expanded-state> + <State /> + </expanded-state> + <selected-state> + <State> + <id>BibTeX</id> + </State> + </selected-state> + </profile-state> + </entry> + </component> + <component name="PropertiesComponent"> + <property name="settings.editor.selected.configurable" value="discord-application" /> + </component> + <component name="PyDebuggerOptionsProvider"> + <option name="mySaveCallSignatures" value="true" /> + </component> + <component name="SshConsoleOptionsProvider"> + <option name="myEncoding" value="UTF-8" /> + <option name="myConnectionType" value="SSH_CONFIG" /> + <option name="myConnectionId" value="[email protected]:22 password" /> + </component> + <component name="masterDetails"> + <states> + <state key="Copyright.UI"> + <settings> + <last-edited>Fuwn</last-edited> + <splitter-proportions> + <option name="proportions"> + <list> + <option value="0.2" /> + </list> + </option> + </splitter-proportions> + </settings> + </state> + </states> + </component> + </defaultProject> + </component> +</application>
\ No newline at end of file diff --git a/sshConfigs.xml b/sshConfigs.xml new file mode 100644 index 0000000..e6f3699 --- /dev/null +++ b/sshConfigs.xml @@ -0,0 +1,7 @@ +<application> + <component name="SshConfigs"> + <configs> + <sshConfig authType="PASSWORD" host="127.0.0.1" id="8dd5e293-21f2-4510-b945-ab26e407e509" port="22" nameFormat="DESCRIPTIVE" username="fuwnz" /> + </configs> + </component> +</application>
\ No newline at end of file diff --git a/terminal.xml b/terminal.xml new file mode 100644 index 0000000..28d4ca5 --- /dev/null +++ b/terminal.xml @@ -0,0 +1,6 @@ +<application> + <component name="TerminalOptionsProvider"> + <option name="myShellPath" value="C:\Program Files\PowerShell\7\pwsh.exe" /> + <option name="myTabName" value="Local" /> + </component> +</application>
\ No newline at end of file diff --git a/ui.lnf.xml b/ui.lnf.xml new file mode 100644 index 0000000..1bc7567 --- /dev/null +++ b/ui.lnf.xml @@ -0,0 +1,8 @@ +<application> + <component name="UISettings"> + <option name="CONSOLE_COMMAND_HISTORY_LIMIT" value="1000" /> + <option name="CONSOLE_CYCLE_BUFFER_SIZE_KB" value="10240" /> + <option name="OVERRIDE_CONSOLE_CYCLE_BUFFER_SIZE" value="true" /> + <option name="showTreeIndentGuides" value="true" /> + </component> +</application>
\ No newline at end of file diff --git a/updates.xml b/updates.xml new file mode 100644 index 0000000..5cc687f --- /dev/null +++ b/updates.xml @@ -0,0 +1,7 @@ +<application> + <component name="UpdatesConfigurable"> + <option name="LAST_BUILD_CHECKED" value="CL-212.5080.54" /> + <option name="LAST_TIME_CHECKED" value="1630559544016" /> + <option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" /> + </component> +</application>
\ No newline at end of file @@ -1,6 +1,5 @@ <application> <component name="VcsApplicationSettings"> <option name="COMMIT_FROM_LOCAL_CHANGES" value="true" /> - <option name="SHOW_EDITOR_PREVIEW_ON_DOUBLE_CLICK" value="false" /> </component> </application>
\ No newline at end of file diff --git a/vim_settings.xml b/vim_settings.xml new file mode 100644 index 0000000..75ed1f6 --- /dev/null +++ b/vim_settings.xml @@ -0,0 +1,15 @@ +<application> + <component name="VimEditorSettings"> + <editor /> + </component> + <component name="VimKeySettings"> + <shortcut-conflicts /> + </component> + <component name="VimSettings"> + <state version="7" enabled="true" /> + <notifications> + <idea-join enabled="false" /> + <idea-put enabled="false" /> + </notifications> + </component> +</application>
\ No newline at end of file |