From a46e296c17cf3e19db9cb573929804c5fe972500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Thu, 26 May 2022 09:51:55 +0200 Subject: [PATCH] Remove import mention from setup.sh Change-Id: I0fd180ff142cf9967ee6238bc42b063f277c2a74 --- tools/setup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/setup.sh b/tools/setup.sh index 14edf5bb3..2e062838a 100755 --- a/tools/setup.sh +++ b/tools/setup.sh @@ -37,12 +37,7 @@ cp "${GIT_ROOT}/tools/pre-push" "${GIT_DIR}/hooks/pre-push" \ && chmod +x "${GIT_DIR}/hooks/pre-push" cat <<-EOF -Please import the code style settings in Android Studio: - * open Settings -> Editor -> Code Style - * click the gear icon and select "Import Scheme..." - * find the file ${GIT_ROOT}/tools/nowinandroid-codestyle.xml - -Additionally, checking the following settings helps avoid miscellaneous issues: +Checking the following settings helps avoid miscellaneous issues: * Settings -> Editor -> General -> Remove trailing spaces on: Modified lines * Settings -> Editor -> General -> Ensure every file ends with a line break * Settings -> Editor -> General -> Auto Import -> Optimize imports on the fly (for both Kotlin\