From d6b040630d57f29215b359b580c3b6cf647bbcf0 Mon Sep 17 00:00:00 2001 From: David Bikard <dbikard@gmail.com> Date: Sun, 13 May 2018 21:39:36 +0200 Subject: [PATCH] PC-2018.1.2 <dbika@DESKTOP-MPCMLI8 Create git.xml, vcs.xml, laf.xml, Default.xml, debugger.xml --- _windows/git.xml | 5 +++++ _windows/laf.xml | 5 +++++ codestyles/Default.xml | 1 + debugger.xml | 6 ++++++ vcs.xml | 13 +++++++++++++ 5 files changed, 30 insertions(+) create mode 100644 _windows/git.xml create mode 100644 _windows/laf.xml create mode 100644 codestyles/Default.xml create mode 100644 debugger.xml create mode 100644 vcs.xml diff --git a/_windows/git.xml b/_windows/git.xml new file mode 100644 index 0000000..a8092bd --- /dev/null +++ b/_windows/git.xml @@ -0,0 +1,5 @@ +<application> + <component name="Git.Application.Settings"> + <option name="SSH_EXECUTABLE" value="IDEA_SSH" /> + </component> +</application> \ No newline at end of file diff --git a/_windows/laf.xml b/_windows/laf.xml new file mode 100644 index 0000000..dbf49b4 --- /dev/null +++ b/_windows/laf.xml @@ -0,0 +1,5 @@ +<application> + <component name="LafManager"> + <laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" /> + </component> +</application> \ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 0000000..e94f32a --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1 @@ +<code_scheme name="Default" version="173" /> \ No newline at end of file diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 0000000..16f98b3 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,6 @@ +<application> + <component name="XDebuggerSettings"> + <data-views /> + <general /> + </component> +</application> \ No newline at end of file diff --git a/vcs.xml b/vcs.xml new file mode 100644 index 0000000..b175455 --- /dev/null +++ b/vcs.xml @@ -0,0 +1,13 @@ +<application> + <component name="GitRememberedInputs"> + <option name="visitedUrls"> + <list> + <UrlAndUserName> + <option name="url" value="git@gitlab.pasteur.fr:dbikard/badSeed_public.git" /> + <option name="userName" value="" /> + </UrlAndUserName> + </list> + </option> + <option name="cloneParentDir" value="D:\Machine learning" /> + </component> +</application> \ No newline at end of file -- GitLab