Compare commits

..

2 Commits

2 changed files with 19 additions and 0 deletions

View File

@ -1,9 +1,11 @@
<application> <application>
<component name="FindSettings"> <component name="FindSettings">
<option name="caseSensitive" value="true" />
<option name="customScope" value="All Places" /> <option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" /> <option name="defaultScopeName" value="All Places" />
<option name="localCaseSensitive" value="true" /> <option name="localCaseSensitive" value="true" />
<option name="showResultsInSeparateView" value="true" /> <option name="showResultsInSeparateView" value="true" />
<option name="CASE_SENSITIVE_SEARCH" value="true" />
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" /> <option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" /> <option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
<option name="SEARCH_SCOPE" value="All Places" /> <option name="SEARCH_SCOPE" value="All Places" />

17
lightEdit.xml Normal file
View File

@ -0,0 +1,17 @@
<application>
<component name="LightEdit">
<option name="supportedFilePatterns">
<list>
<option value="*.conf" />
<option value="*.ini" />
<option value="*.json" />
<option value="*.log" />
<option value="*.md" />
<option value="*.sh" />
<option value="*.txt" />
<option value="*.xml" />
<option value="*.yml" />
</list>
</option>
</component>
</application>