diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:21:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:21:07 -0700 |
| commit | c9b9ab2faa319d1290bd95b63a67a4fd367c8a94 (patch) | |
| tree | e551e9a722d35a129430471811af47dfa679e7ed /editor.xml | |
| download | jetbrains-c9b9ab2faa319d1290bd95b63a67a4fd367c8a94.tar.xz jetbrains-c9b9ab2faa319d1290bd95b63a67a4fd367c8a94.zip | |
CL-2021.2.1 <fuwnz@FUWN-PC Create vim_settings.xml, laf.xml, emmet.xml, sshConfigs.xml, project.default.xml, toolchains.xml, terminal.xml, Default.xml, discord.xml, code.style.schemes, one_dark_config.xml, ui.lnf.xml, filetypes.xml, vcs.xml, editor.codeinsight.xml, colors.scheme.xml, grazie_global.xml, editor.xml, github.xml, debugger.xml, updates.xml
Diffstat (limited to 'editor.xml')
| -rw-r--r-- | editor.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/editor.xml b/editor.xml new file mode 100644 index 0000000..11fc7fc --- /dev/null +++ b/editor.xml @@ -0,0 +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="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="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 |