Update PhpStorm options
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1c6c467659
commit
e776250359
5 changed files with 30 additions and 0 deletions
5
system/.config/phpstorm/config/options/docker.xml
Normal file
5
system/.config/phpstorm/config/options/docker.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="DockerSettings">
|
||||||
|
<option name="dockerMachinePath" value="docker-machine" />
|
||||||
|
</component>
|
||||||
|
</application>
|
9
system/.config/phpstorm/config/options/find.xml
Normal file
9
system/.config/phpstorm/config/options/find.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<application>
|
||||||
|
<component name="FindSettings">
|
||||||
|
<option name="customScope" 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" />
|
||||||
|
</component>
|
||||||
|
</application>
|
|
@ -1,6 +1,7 @@
|
||||||
<application>
|
<application>
|
||||||
<component name="GeneralSettings">
|
<component name="GeneralSettings">
|
||||||
<option name="confirmExit" value="false" />
|
<option name="confirmExit" value="false" />
|
||||||
|
<option name="searchInBackground" value="true" />
|
||||||
<option name="showTipsOnStartup" value="false" />
|
<option name="showTipsOnStartup" value="false" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
5
system/.config/phpstorm/config/options/markdown.xml
Normal file
5
system/.config/phpstorm/config/options/markdown.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="MarkdownApplicationSettings">
|
||||||
|
<MarkdownCssSettings />
|
||||||
|
</component>
|
||||||
|
</application>
|
10
system/.config/phpstorm/config/options/remote-servers.xml
Normal file
10
system/.config/phpstorm/config/options/remote-servers.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<application>
|
||||||
|
<component name="RemoteServers">
|
||||||
|
<remote-server name="Docker" type="docker">
|
||||||
|
<configuration>
|
||||||
|
<option name="apiUrl" value="unix:///var/run/docker.sock" />
|
||||||
|
<option name="certificatesPath" />
|
||||||
|
</configuration>
|
||||||
|
</remote-server>
|
||||||
|
</component>
|
||||||
|
</application>
|
Loading…
Add table
Add a link
Reference in a new issue