-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
46 lines (46 loc) · 1.89 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
41
42
43
44
45
46
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_DOC_COMMENTS" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:PREVIEW" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc; *.blade.php" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="ENABLE_RENDERED_DOC" value="true" />
<option name="IS_CAMEL_WORDS" value="true" />
<option name="IS_MOUSE_CLICK_SELECTION_HONORS_CAMEL_WORDS" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_HERE_DOCS" value="true" />
<option name="COLLAPSE_METHOD_BODY" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
<pattern icon="question" pattern="\b\<Todo\b.*" />
<pattern icon="important" pattern="todo.*remove me" />
<pattern icon="important" useCustomColors="true" pattern="todo.*im-next">
<option name="FOREGROUND" value="ff8171" />
<option name="BACKGROUND" value="7c0009" />
<option name="FONT_TYPE" value="2" />
<option name="ERROR_STRIPE_COLOR" value="977ab" />
</pattern>
<filter name="remove me's">
<pattern index="2" />
</filter>
<filter name="im next/remove me">
<pattern index="3" />
<pattern index="2" />
</filter>
</component>
</application>