From 8050f2d5e90e37e956c53fa15645ebf10faed504 Mon Sep 17 00:00:00 2001 From: Christian Becker Date: Thu, 7 Aug 2014 11:01:05 +0200 Subject: [PATCH 01/47] Add linux support --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 17fe044..a461c00 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,10 @@ echo "Installing Square code style configs..." for i in $HOME/Library/Preferences/IntelliJIdea*/codestyles \ $HOME/Library/Preferences/IdeaIC*/codestyles \ - $HOME/Library/Preferences/AndroidStudio*/codestyles + $HOME/Library/Preferences/AndroidStudio*/codestyles \ + $HOME/.IntelliJIdea*/config/codestyles \ + $HOME/.IdeaIC*/config/codestyles \ + $HOME/.AndroidStudio*/config/codestyles do cp -frv $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs/* $i 2> /dev/null done From 61c13460b50d8d0666876e304b6cc7be3f1715e6 Mon Sep 17 00:00:00 2001 From: Eric Denman Date: Tue, 6 Jan 2015 17:02:05 -0800 Subject: [PATCH 02/47] Add formatting rules for Android xml files --- configs/SquareAndroid.xml | 311 ++++++++++++++++++++------------------ 1 file changed, 168 insertions(+), 143 deletions(-) diff --git a/configs/SquareAndroid.xml b/configs/SquareAndroid.xml index 47dff00..5857ba2 100644 --- a/configs/SquareAndroid.xml +++ b/configs/SquareAndroid.xml @@ -1,100 +1,124 @@ - - \ No newline at end of file + + From 5e78948aee4539d9037fe098f443ef9e25d02d06 Mon Sep 17 00:00:00 2001 From: Jed Parsons Date: Sat, 14 Feb 2015 09:15:15 -0800 Subject: [PATCH 03/47] Add space within array initializer braces --- configs/Square.xml | 1 + configs/SquareAndroid.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/Square.xml b/configs/Square.xml index bf3cec9..12864cf 100644 --- a/configs/Square.xml +++ b/configs/Square.xml @@ -44,6 +44,7 @@