-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
40 lines (40 loc) · 2.35 KB
/
editor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<application>
<component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" />
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="REFORMAT_ON_PASTE" value="4" />
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
<EXCLUDED_PACKAGE NAME="org.assertj.core.api.AssertionsForClassTypes.assertThat" />
<EXCLUDED_PACKAGE NAME="org.assertj.core.api.AssertionsForInterfaceTypes.assertThat" />
<EXCLUDED_PACKAGE NAME="org.assertj.core.api.Java6Assertions.assertThat" />
<EXCLUDED_PACKAGE NAME="org.hamcrest.MatcherAssert.assertThat" />
<EXCLUDED_PACKAGE NAME="org.junit.Assert.assertThat" />
<EXCLUDED_PACKAGE NAME="org.springframework.boot.actuate.health.Health.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.http.ResponseEntity.status" />
<EXCLUDED_PACKAGE NAME="org.springframework.test.web.client.match.MockRestRequestMatchers.jsonPath" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="IS_CAMEL_WORDS" value="true" />
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
<component name="RubyEditorOptions">
<option name="startInterpolationOnHash" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
</component>
</application>