From 2ed4c25753f70c93e2b07b7df3a4ad3dd101aaec Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov Date: Mon, 19 Jan 2026 16:51:24 +0100 Subject: [PATCH] Move the code style configuration from the .idea/codeStyles to the ide/idea folder Patch by Maxim Muzafarov; reviewed by Stefan Miklosovic for CASSANDRA-21124 --- .gitignore | 2 - build.xml | 6 +- ide/idea/codeStyles/Project.xml | 315 ++++++++++++++++++++++++ ide/idea/codeStyles/codeStyleConfig.xml | 5 + 4 files changed, 321 insertions(+), 7 deletions(-) create mode 100644 ide/idea/codeStyles/Project.xml create mode 100644 ide/idea/codeStyles/codeStyleConfig.xml diff --git a/.gitignore b/.gitignore index c8cd6ac29a..88e917bbb7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,6 @@ debian/files # IntelliJ .idea/ -!.idea/codeStyles/codeStyleConfig.xml -!.idea/codeStyles/Project.xml *.eml **/*.iml *.ipr diff --git a/build.xml b/build.xml index 918c8f86e0..0b6dbf54ca 100644 --- a/build.xml +++ b/build.xml @@ -2131,11 +2131,7 @@ - - - - - + diff --git a/ide/idea/codeStyles/Project.xml b/ide/idea/codeStyles/Project.xml new file mode 100644 index 0000000000..afcd5ec497 --- /dev/null +++ b/ide/idea/codeStyles/Project.xml @@ -0,0 +1,315 @@ + + + + \ No newline at end of file diff --git a/ide/idea/codeStyles/codeStyleConfig.xml b/ide/idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..0f7bc519db --- /dev/null +++ b/ide/idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + +