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