From b80733a529a988c6a77659151b2434f707928412 Mon Sep 17 00:00:00 2001 From: cemo Date: Tue, 4 Nov 2014 14:23:02 +0200 Subject: [PATCH 1/3] clovify --- README.md | 2 +- configs/Clovify.xml | 217 +++++++++++++++++++++++++++++++++ configs/Square.xml | 248 -------------------------------------- configs/SquareAndroid.xml | 219 --------------------------------- install.sh | 6 +- 5 files changed, 221 insertions(+), 471 deletions(-) create mode 100644 configs/Clovify.xml delete mode 100644 configs/Square.xml delete mode 100644 configs/SquareAndroid.xml diff --git a/README.md b/README.md index f11a6a4..fde651a 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 Clovify's Java and Android projects. Installation diff --git a/configs/Clovify.xml b/configs/Clovify.xml new file mode 100644 index 0000000..001591f --- /dev/null +++ b/configs/Clovify.xml @@ -0,0 +1,217 @@ + + + + + + + diff --git a/configs/Square.xml b/configs/Square.xml deleted file mode 100644 index bf3cec9..0000000 --- a/configs/Square.xml +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - diff --git a/configs/SquareAndroid.xml b/configs/SquareAndroid.xml deleted file mode 100644 index 47dff00..0000000 --- a/configs/SquareAndroid.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/install.sh b/install.sh index a461c00..1c087b4 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Clovify's IntelliJ configs into your user configs. -echo "Installing Square code style configs..." +echo "Installing Clovify 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 'Clovify'." From 3a6decf5588b543d9b32850ace3c616d7f46eb11 Mon Sep 17 00:00:00 2001 From: cemo Date: Tue, 4 Nov 2014 15:01:41 +0200 Subject: [PATCH 2/3] indentation = 3 --- configs/Clovify.xml | 62 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/configs/Clovify.xml b/configs/Clovify.xml index 001591f..facd87c 100644 --- a/configs/Clovify.xml +++ b/configs/Clovify.xml @@ -4,9 +4,9 @@