diff options
Diffstat (limited to 'editor.xml')
| -rw-r--r-- | editor.xml | 60 |
1 files changed, 53 insertions, 7 deletions
@@ -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 |