diff options
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 |