Skip to content

Fix inconsistent indentation in README code blocks#5

Merged
codebymitch merged 2 commits into
mainfrom
copilot/fix-readme-formatting-issues
Feb 10, 2026
Merged

Fix inconsistent indentation in README code blocks#5
codebymitch merged 2 commits into
mainfrom
copilot/fix-readme-formatting-issues

Conversation

Copilot AI commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Several code blocks in the Installation Steps section had inconsistent indentation that broke visual alignment and made examples harder to read.

Changes

  • Fixed git clone command indentation in step 1 (line 50)
  • Fixed environment variable indentation in .env example block (lines 71, 83-84)

All code blocks now use consistent 3-space indentation matching the numbered list structure.

Before:

# PostgreSQL Configuration (Recommended)
POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
   POSTGRES_HOST=localhost

After:

# PostgreSQL Configuration (Recommended)
   POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
   POSTGRES_HOST=localhost
Original prompt

I want to fix up README.md as something are not align or look good


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: codebymitch <244658227+codebymitch@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix formatting issues in README.md Fix inconsistent indentation in README code blocks Feb 10, 2026
Copilot AI requested a review from codebymitch February 10, 2026 09:38
@codebymitch

Copy link
Copy Markdown
Owner

@copilot

@codebymitch codebymitch marked this pull request as ready for review February 10, 2026 09:39
@codebymitch codebymitch merged commit 14e8b74 into main Feb 10, 2026
Copilot stopped work on behalf of codebymitch due to an error February 10, 2026 09:39
@codebymitch codebymitch deleted the copilot/fix-readme-formatting-issues branch May 14, 2026 00:38
AdenTan123 pushed a commit to AdenTan123/jackbot that referenced this pull request Jun 9, 2026
…formatting-issues

Fix inconsistent indentation in README code blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants