Update PhpStorm settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
33aaca49ba
commit
6c1553891e
4 changed files with 11 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -48,3 +48,5 @@ system/.config/phpstorm/config/terminal/history/history-
|
||||||
system/.config/phpstorm/config/options/runner.layout.xml
|
system/.config/phpstorm/config/options/runner.layout.xml
|
||||||
system/.config/phpstorm/config/options/extensionsRootType.xml
|
system/.config/phpstorm/config/options/extensionsRootType.xml
|
||||||
system/.config/phpstorm/config/options/databaseDrivers.xml
|
system/.config/phpstorm/config/options/databaseDrivers.xml
|
||||||
|
system/.config/phpstorm/config/terminal/history/history-1
|
||||||
|
system/.config/phpstorm/config/user.web.token
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<application>
|
||||||
|
<component name="BaseRefactoringSettings">
|
||||||
|
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_FILE" value="false" />
|
||||||
|
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
|
||||||
|
</component>
|
||||||
|
</application>
|
|
@ -2,8 +2,6 @@
|
||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<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="wholeWordsOnly" value="true" />
|
|
||||||
<option name="WHOLE_WORDS_ONLY" value="true" />
|
|
||||||
<option name="SEARCH_SCOPE" value="All Places" />
|
<option name="SEARCH_SCOPE" value="All Places" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
3
system/.config/phpstorm/config/options/web-browsers.xml
Normal file
3
system/.config/phpstorm/config/options/web-browsers.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<application>
|
||||||
|
<component name="WebBrowsersConfiguration" showHover="false" />
|
||||||
|
</application>
|
Loading…
Add table
Add a link
Reference in a new issue