my-jetbrains-settings/editor.xml

21 lines
1.0 KiB
XML
Raw Normal View History

<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" />
<option name="INSERT_BRACE_ON_ENTER" value="false" />
</component>
<component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="None" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="LiveEditOptions" chromeUpdateJSOnChanges="true" restartIfHotSwapFailed="true" updateFilesToCompile="true" />
<component name="TodoConfiguration">
<pattern pattern="\bNotImplementedException\b" />
<pattern pattern="(?&lt;=\W|^)(?&lt;TAG&gt;BUG)(\W|$)(.*)" />
<pattern pattern="(?&lt;=\W|^)(?&lt;TAG&gt;TODO)(\W|$)(.*)" />
</component>
</application>