forked from JetBrains/intellij-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsonSchemas.xml
26 lines (26 loc) · 919 Bytes
/
jsonSchemas.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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JsonSchemaMappingsProjectConfiguration">
<state>
<map>
<entry key="editorconfig">
<value>
<SchemaInfo>
<option name="name" value="editorconfig" />
<option name="relativePathToSchema" value="plugins\editorconfig\resources\schemas\descriptorFormatSchema.json" />
<option name="patterns">
<list>
<Item>
<option name="pattern" value="true" />
<option name="path" value="plugins/editorconfig/resources/schemas/editorconfig/*.json" />
<option name="mappingKind" value="Pattern" />
</Item>
</list>
</option>
</SchemaInfo>
</value>
</entry>
</map>
</state>
</component>
</project>