WS-2019.2.3 <martin@Cyan-Corvus-414 Create remote-servers.xml, editor.xml

This commit is contained in:
Martin Donnelly 2019-10-23 16:34:01 +01:00
parent 3411e5d41e
commit 0b2514a7b0
2 changed files with 15 additions and 0 deletions

5
editor.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="EditorSettings">
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
</application>

10
remote-servers.xml Normal file
View 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" value="$USER_HOME$/.docker" />
</configuration>
</remote-server>
</component>
</application>