-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
34 lines (34 loc) · 1.4 KB
/
editor.xml
File metadata and controls
34 lines (34 loc) · 1.4 KB
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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="false" />
<option name="REFORMAT_ON_PASTE" value="1" />
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="NEXT_ERROR_ACTION_GOES_TO_ERRORS_FIRST" value="false" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="12" />
<option name="FONT_FAMILY" value="Berkeley Mono" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_INSPECTION_WIDGET" value="false" />
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
<option name="IS_DND_ENABLED" value="false" />
</component>
<component name="LiveEditOptions" restartIfHotSwapFailed="true" />
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
</component>
</application>