From 691d8a34a032c7282e73779f2d9042628a1b53f0 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 1 May 2018 16:31:21 -0500 Subject: project: Import select Android Studio configuration files Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland --- .idea/codeStyles/Project.xml | 540 +++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/copyright/Default.xml | 6 + .idea/copyright/GPL_2_0_or_later.xml | 6 + .idea/copyright/profiles_settings.xml | 3 + .idea/inspectionProfiles/Default.xml | 528 ++++++++++++++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 + 7 files changed, 1094 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/copyright/Default.xml create mode 100644 .idea/copyright/GPL_2_0_or_later.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/inspectionProfiles/Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml (limited to '.idea') diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..56aadf89 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,540 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/Default.xml b/.idea/copyright/Default.xml new file mode 100644 index 00000000..99ca836b --- /dev/null +++ b/.idea/copyright/Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/GPL_2_0_or_later.xml b/.idea/copyright/GPL_2_0_or_later.xml new file mode 100644 index 00000000..607e7afc --- /dev/null +++ b/.idea/copyright/GPL_2_0_or_later.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 00000000..53146971 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Default.xml b/.idea/inspectionProfiles/Default.xml new file mode 100644 index 00000000..08e27938 --- /dev/null +++ b/.idea/inspectionProfiles/Default.xml @@ -0,0 +1,528 @@ + + + + \ 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 00000000..cfcfda2e --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file -- cgit v1.2.3