From ed1cfec8540367cf0d117cc0a7170af3d5a64d85 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 --- .gitignore | 5 +- .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 + 8 files changed, 1098 insertions(+), 1 deletion(-) 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 diff --git a/.gitignore b/.gitignore index 804fac8b..74325146 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ /.gradle/ -/.idea/ +/.idea/*.xml +/.idea/caches/ +/.idea/dictionaries/ +/.idea/libraries/ /captures/ /local.properties .DS_Store 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-59-g8ed1b