-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
18 lines (18 loc) · 719 Bytes
/
editor.xml
File metadata and controls
18 lines (18 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<application>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
<option name="SOFT_WRAP_FILE_MASKS" value="*" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="ADD_CARETS_ON_DOUBLE_CTRL" value="false" />
<option name="KEEP_TRAILING_SPACE_ON_CARET_LINE" value="false" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
<pattern pattern="\bquery\b.*" />
</component>
</application>