From f33440f44a5f3a9ea170d3a6148d7136d4539a51 Mon Sep 17 00:00:00 2001 From: Eric Trautman Date: Mon, 24 Jan 2022 19:09:57 -0500 Subject: [PATCH] restore code style and inspection profile IntelliJ files --- .idea/codeStyles/Project.xml | 193 ++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/copyright/profiles_settings.xml | 3 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/inspectionProfiles/Saalfeld_Default.xml | 11 + .idea/inspectionProfiles/Saalfeld_Final.xml | 865 ++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 + 7 files changed, 1089 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/Saalfeld_Default.xml create mode 100644 .idea/inspectionProfiles/Saalfeld_Final.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..f7d78272c --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,193 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..0a4ffe17f --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ 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 000000000..e7bedf337 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..a6c0eca43 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Saalfeld_Default.xml b/.idea/inspectionProfiles/Saalfeld_Default.xml new file mode 100644 index 000000000..46acad9bd --- /dev/null +++ b/.idea/inspectionProfiles/Saalfeld_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Saalfeld_Final.xml b/.idea/inspectionProfiles/Saalfeld_Final.xml new file mode 100644 index 000000000..dea160744 --- /dev/null +++ b/.idea/inspectionProfiles/Saalfeld_Final.xml @@ -0,0 +1,865 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..ef58f46cc --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file