blob: 13b5b9f60c3d3cfc7e938f82336aa28fdf255656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="CssUnknownProperty" enabled="true" level="WARNING" enabled_by_default="true">
<option name="myCustomPropertiesEnabled" value="true" />
<option name="myIgnoreVendorSpecificProperties" value="false" />
<option name="myCustomPropertiesList">
<value>
<list size="1">
<item index="0" class="java.lang.String" itemvalue="scrollbar-width" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>
|