diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:25:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:25:12 -0700 |
| commit | 27166a47ef5aa6787a91336cb79f97a12e472e69 (patch) | |
| tree | 12954a2d14a40e1ed8bf1a11c1cd469cefdfb3e2 /editor.xml | |
| download | jetbrains-27166a47ef5aa6787a91336cb79f97a12e472e69.tar.xz jetbrains-27166a47ef5aa6787a91336cb79f97a12e472e69.zip | |
RD-2021.2.1 <fuwnz@FUWN-PC Create laf.xml, ide.general.xml, filetypes.xml, keymap.xml, vcs.xml, editor.codeinsight.xml, colors.scheme.xml, editor.xml, debugger.xml, codeLens.xml
Diffstat (limited to 'editor.xml')
| -rw-r--r-- | editor.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editor.xml b/editor.xml new file mode 100644 index 0000000..b520954 --- /dev/null +++ b/editor.xml @@ -0,0 +1,14 @@ +<application> + <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" /> + </component> + <component name="EditorSettings"> + <option name="STRIP_TRAILING_SPACES" value="None" /> + <option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" /> + </component> +</application>
\ No newline at end of file |