intellij-settings-work/find.xml

12 lines
464 B
XML

<application>
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="skipResultsWithOneUsage" value="true" />
<option name="SKIP_RESULTS_WHEN_ONE_USAGE" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
<option name="FILE_MASK" value="*.html" />
<mask>*.js,*.html</mask>
<mask>*.html</mask>
</component>
</application>