From c7c5165ad859c2770342469dc6b9a2fb543dc16d Mon Sep 17 00:00:00 2001 From: Yarfuo Date: Fri, 6 Aug 2021 13:23:36 +0300 Subject: [PATCH] feat: Intellij IDEA config files --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/runConfigurations/Run_chromium_debug.xml | 7 +++++++ .idea/runConfigurations/Run_firefox_debug.xml | 7 +++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/runConfigurations/Run_chromium_debug.xml create mode 100644 .idea/runConfigurations/Run_firefox_debug.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_chromium_debug.xml b/.idea/runConfigurations/Run_chromium_debug.xml new file mode 100644 index 0000000..77eb0c6 --- /dev/null +++ b/.idea/runConfigurations/Run_chromium_debug.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_firefox_debug.xml b/.idea/runConfigurations/Run_firefox_debug.xml new file mode 100644 index 0000000..b51ad71 --- /dev/null +++ b/.idea/runConfigurations/Run_firefox_debug.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file