From a82a04f5e4fea27d9f7dab171f96115f152abecb Mon Sep 17 00:00:00 2001 From: akshaydashrath Date: Mon, 5 Oct 2015 15:36:31 +0100 Subject: [PATCH] customising codestyle --- configs/codestyles/Square.xml | 256 ------- configs/codestyles/SquareAndroid.xml | 245 ------- configs/codestyles/code-style.xml | 657 ++++++++++++++++++ configs/inspection/{Square.xml => Tengio.xml} | 3 +- install.sh | 6 +- 5 files changed, 661 insertions(+), 506 deletions(-) delete mode 100644 configs/codestyles/Square.xml delete mode 100644 configs/codestyles/SquareAndroid.xml create mode 100644 configs/codestyles/code-style.xml rename configs/inspection/{Square.xml => Tengio.xml} (82%) diff --git a/configs/codestyles/Square.xml b/configs/codestyles/Square.xml deleted file mode 100644 index e08699a..0000000 --- a/configs/codestyles/Square.xml +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - - diff --git a/configs/codestyles/SquareAndroid.xml b/configs/codestyles/SquareAndroid.xml deleted file mode 100644 index bc6a103..0000000 --- a/configs/codestyles/SquareAndroid.xml +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - diff --git a/configs/codestyles/code-style.xml b/configs/codestyles/code-style.xml new file mode 100644 index 0000000..49c5036 --- /dev/null +++ b/configs/codestyles/code-style.xml @@ -0,0 +1,657 @@ + + + + + diff --git a/configs/inspection/Square.xml b/configs/inspection/Tengio.xml similarity index 82% rename from configs/inspection/Square.xml rename to configs/inspection/Tengio.xml index f06b122..cc98394 100644 --- a/configs/inspection/Square.xml +++ b/configs/inspection/Tengio.xml @@ -1,6 +1,5 @@ - - diff --git a/install.sh b/install.sh index b7617b1..b3d628a 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Tengio's IntelliJ configs into your user configs. -echo "Installing Square IntelliJ configs..." +echo "Installing Tengio IntelliJ configs..." CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs" @@ -26,4 +26,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 'Tengio'."