-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathui.lnf.xml
More file actions
59 lines (59 loc) · 3.74 KB
/
ui.lnf.xml
File metadata and controls
59 lines (59 loc) · 3.74 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<application>
<component name="ProjectViewFileNesting">
<nesting-rules>
<NestingRule child-file-suffix=".js" parent-file-suffix=".coffee" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".coffee" />
<NestingRule child-file-suffix=".map" parent-file-suffix=".coffee" />
<NestingRule child-file-suffix=".bundle.css" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".bundle.css.map" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".css.map" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".map.bundle.css" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".min.css" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".min.css.map" parent-file-suffix=".css" />
<NestingRule child-file-suffix=".js" parent-file-suffix=".es6" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".es6" />
<NestingRule child-file-suffix=".html" parent-file-suffix=".haml" />
<NestingRule child-file-suffix="-compiled.js" parent-file-suffix=".js" />
<NestingRule child-file-suffix="-compiled.js.map" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".bundle.js" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".bundle.js.map" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".map" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".min.js" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".min.js.map" parent-file-suffix=".js" />
<NestingRule child-file-suffix=".js" parent-file-suffix=".jsx" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".jsx" />
<NestingRule child-file-suffix=".css" parent-file-suffix=".less" />
<NestingRule child-file-suffix=".css.map" parent-file-suffix=".less" />
<NestingRule child-file-suffix=".css" parent-file-suffix=".sass" />
<NestingRule child-file-suffix=".css.map" parent-file-suffix=".sass" />
<NestingRule child-file-suffix=".css" parent-file-suffix=".scss" />
<NestingRule child-file-suffix=".css.map" parent-file-suffix=".scss" />
<NestingRule child-file-suffix=".d.ts" parent-file-suffix=".ts" />
<NestingRule child-file-suffix=".d.ts.map" parent-file-suffix=".ts" />
<NestingRule child-file-suffix=".js" parent-file-suffix=".ts" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".ts" />
<NestingRule child-file-suffix=".d.ts" parent-file-suffix=".tsx" />
<NestingRule child-file-suffix=".js" parent-file-suffix=".tsx" />
<NestingRule child-file-suffix=".js.map" parent-file-suffix=".tsx" />
<NestingRule child-file-suffix=".jsx" parent-file-suffix=".tsx" />
<NestingRule child-file-suffix=".jsx.map" parent-file-suffix=".tsx" />
</nesting-rules>
</component>
<component name="UISettings">
<option name="ACTIVATE_RIGHT_EDITOR_ON_CLOSE" value="true" />
<option name="compactTreeIndents" value="true" />
<option name="DISABLE_MNEMONICS" value="false" />
<option name="EDITOR_TAB_LIMIT" value="30" />
<option name="FULL_PATHS_IN_TITLE_BAR" value="true" />
<option name="HIDE_TOOL_STRIPES" value="true" />
<option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" />
<option name="OPEN_IN_PREVIEW_TAB_IF_POSSIBLE" value="true" />
<option name="OPEN_TABS_AT_THE_END" value="true" />
<option name="RECENT_FILES_LIMIT" value="150" />
<option name="RECENT_LOCATIONS_LIMIT" value="150" />
<option name="SCROLL_TAB_LAYOUT_IN_EDITOR" value="false" />
<option name="SHOW_CLOSE_BUTTON" value="false" />
<option name="SHOW_PINNED_TABS_IN_A_SEPARATE_ROW" value="true" />
</component>
</application>