From 8b993cde7e4ddda12d637cac48148243dbcb8105 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 23 Apr 2015 01:37:25 -0500 Subject: [PATCH] Add OWS config and change names --- README.md | 2 +- configs/Open Whisper Systems.xml | 230 ++++++++++++++++++++++++++++ configs/Square.xml | 249 ------------------------------- configs/SquareAndroid.xml | 245 ------------------------------ install.sh | 6 +- 5 files changed, 234 insertions(+), 498 deletions(-) create mode 100644 configs/Open Whisper Systems.xml delete mode 100644 configs/Square.xml delete mode 100644 configs/SquareAndroid.xml diff --git a/README.md b/README.md index f11a6a4..ed8c13f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Java Code Styles ================ -IntelliJ IDEA code style settings for Square's Java and Android projects. +IntelliJ IDEA code style settings for Open Whisper Systems' Java and Android projects. Installation diff --git a/configs/Open Whisper Systems.xml b/configs/Open Whisper Systems.xml new file mode 100644 index 0000000..aba6d9d --- /dev/null +++ b/configs/Open Whisper Systems.xml @@ -0,0 +1,230 @@ + + + + + + + diff --git a/configs/Square.xml b/configs/Square.xml deleted file mode 100644 index 12864cf..0000000 --- a/configs/Square.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - diff --git a/configs/SquareAndroid.xml b/configs/SquareAndroid.xml deleted file mode 100644 index f93f30c..0000000 --- a/configs/SquareAndroid.xml +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - diff --git a/install.sh b/install.sh index a461c00..fa5e8bf 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Open Whisper System's IntelliJ configs into your user configs. -echo "Installing Square code style configs..." +echo "Installing Open Whisper Systems code style configs..." for i in $HOME/Library/Preferences/IntelliJIdea*/codestyles \ $HOME/Library/Preferences/IdeaIC*/codestyles \ @@ -15,4 +15,4 @@ done echo "Done." echo "" -echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'." +echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Open Whisper Systems'."