From b49e0315e53fdce81c101b3ba49f3b3f83108d34 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 3 Mar 2023 14:32:53 +0100 Subject: [PATCH 1/4] Add IDEA Project code-style settings --- .gitignore | 1 + .idea/codeStyles/Project.xml | 15 +++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ 3 files changed, 21 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.gitignore b/.gitignore index a88aa87d51..0de510e78e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # IntelliJ files **/.idea/* !/.idea/vcs.xml +!/.idea/codeStyles out/ *.iml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..5662cc4921 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..127f806938 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file From a73508c8281c329b61ad88d09fb9c30ee7eea651 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 3 Mar 2023 15:37:39 +0100 Subject: [PATCH 2/4] Enable spellchecker in the commit message dialog Note that Grazie has to be present because of IDEA-217753 --- .idea/vcs.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index cc23b03571..8e25c9f6a9 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,7 +2,6 @@ - @@ -27,4 +26,4 @@ - + \ No newline at end of file From 625841e88c4493441657013ee39a9fe8eb7368dd Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 3 Mar 2023 15:07:27 +0100 Subject: [PATCH 3/4] Add copyright to IDEA project settings So new files will include the copyright --- .gitignore | 1 + .idea/copyright/kotlinx_serialization.xml | 6 ++++++ .idea/copyright/profiles_settings.xml | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 .idea/copyright/kotlinx_serialization.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.gitignore b/.gitignore index 0de510e78e..054cf97384 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ **/.idea/* !/.idea/vcs.xml !/.idea/codeStyles +!/.idea/copyright out/ *.iml diff --git a/.idea/copyright/kotlinx_serialization.xml b/.idea/copyright/kotlinx_serialization.xml new file mode 100644 index 0000000000..52e9052bf9 --- /dev/null +++ b/.idea/copyright/kotlinx_serialization.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000000..caad99f961 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 1d1fbf40817becebc7be7ba59542cde72e12158f Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 3 Mar 2023 15:39:41 +0100 Subject: [PATCH 4/4] Enable links to YouTrack issues from commit messages --- .idea/vcs.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 8e25c9f6a9..9dcab70077 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -20,6 +20,10 @@