diff --git a/README.md b/README.md index 9ad7c0e..2c4685f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Java Code Styles ================ -IntelliJ IDEA code style settings for Square's Java and Android projects. +IntelliJ IDEA code style settings for Button's Java and Android projects. + +Based on original [Square project](https://github.com/button/java-code-styles). Installation diff --git a/configs/codestyles/Square.xml b/configs/codestyles/Button.xml similarity index 97% rename from configs/codestyles/Square.xml rename to configs/codestyles/Button.xml index d07d02a..d00db97 100644 --- a/configs/codestyles/Square.xml +++ b/configs/codestyles/Button.xml @@ -1,11 +1,11 @@ - + \ No newline at end of file + diff --git a/configs/codestyles/SquareAndroid.xml b/configs/codestyles/ButtonAndroid.xml similarity index 86% rename from configs/codestyles/SquareAndroid.xml rename to configs/codestyles/ButtonAndroid.xml index d4ce731..5f8d5a4 100644 --- a/configs/codestyles/SquareAndroid.xml +++ b/configs/codestyles/ButtonAndroid.xml @@ -1,18 +1,6 @@ - + @@ -80,6 +74,13 @@ + + + + + + + + + + \ No newline at end of file diff --git a/configs/inspection/Square.xml b/configs/inspection/Button.xml similarity index 100% rename from configs/inspection/Square.xml rename to configs/inspection/Button.xml diff --git a/install.sh b/install.sh index a03a9a1..53b5c38 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Button's IntelliJ configs into your user configs. -echo "Installing Square IntelliJ configs..." +echo "Installing Button IntelliJ configs..." CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs" @@ -30,4 +30,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 'Button' or 'ButtonAndroid'."