-
Notifications
You must be signed in to change notification settings - Fork 1
/
editor.xml
21 lines (21 loc) · 898 Bytes
/
editor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE" />
<option name="USE_CUSTOM_SOFT_WRAP_INDENT" value="true" />
<option name="CUSTOM_SOFT_WRAP_INDENT" value="4" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_FOLDING_OUTLINE_SHOWN" value="false" />
<option name="IS_DND_ENABLED" value="false" />
</component>
<component name="SqlEditorOptions">
<option name="qualificationType" value="On collisions" />
</component>
<component name="TodoConfiguration">
<pattern case-sensitive="true" pattern="\btodo\b.*" />
<pattern case-sensitive="true" pattern="\bfixme\b.*" />
</component>
<component name="XmlEditorOptions">
<option name="showCssInlineColorPreview" value="true" />
<option name="tagTreeHighlightingLevelCount" value="10" />
</component>
</application>