From cc99446e5813e5a8feb5563cc74c267c4c118384 Mon Sep 17 00:00:00 2001 From: Replit user <> Date: Wed, 3 Jan 2024 09:35:03 +0000 Subject: [PATCH] docs: Amend README: Proposed amendment to README > Detailed Project Workflow Instructions How configure user's global indentation setttings on Replit. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c1a4a7c..6a0c7406 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ Once you have finished adding me to **ALL NINE `replit` projects**, proceed to t - Enter the **expected name** to create the branch Before you start editing, configure Replit's indentation settings: -- click the `gear` icon on the left hand edge of the page. -- Set the `Indent Size` to `4` -- Set the `Indent type` to `spaces` +- Click `Spaces:` in the bottom toolbar of the text editor pane. +- In the pop-up, click the global settings button to open User Settings tab. +- In the User Settings tab, set Indentation Character to "spaces" and Indentation size to 4. Review the course Coding Standard before starting to code.