-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui.lnf.xml
48 lines (48 loc) · 3.01 KB
/
ui.lnf.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
47
48
<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=".css.map" 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=".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=".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" />
<NestingRule child-file-suffix="template.html" parent-file-suffix="component.js" />
</nesting-rules>
</component>
<component name="UISettings">
<option name="HIDE_KNOWN_EXTENSION_IN_TABS" value="true" />
<option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" />
<option name="MAX_LOOKUP_LIST_HEIGHT" value="48" />
<option name="MAX_LOOKUP_WIDTH2" value="547" />
<option name="SCROLL_TAB_LAYOUT_IN_EDITOR" value="false" />
<option name="SHOW_CLOSE_BUTTON" value="false" />
<option name="SHOW_STATUS_BAR" value="false" />
<option name="USE_SMALL_LABELS_ON_TABS" value="true" />
</component>
</application>