Skip to content

Indentation fixes#1776

Merged
sarah11918 merged 3 commits into
withastro:mainfrom
mrienstra:patch-5
Oct 14, 2022
Merged

Indentation fixes#1776
sarah11918 merged 3 commits into
withastro:mainfrom
mrienstra:patch-5

Conversation

@mrienstra
Copy link
Copy Markdown
Contributor

@mrienstra mrienstra commented Oct 11, 2022

What kind of changes does this PR include?

  • Minor content fixes (broken links, typos, etc.)

Description

Found and fixed various indentation issues.

Many of these were found using this regex:

^(?!\d+\. +[^ \n])(?!setup: \|)[^ \n].+\n+ {3,}

(could also be written ^(?!\d+\. +[^ \n]|setup: \|)[^ \n].+\n+ {3,})

I changed some tabs to spaces -- when they were located with the regex above -- but I'm leaving the bulk of that work for another PR.

Whenever I was unsure, I looked at other code samples and the withastro/astro codebase to see which formatting conventions are (seemingly) preferred by Astro maintainers.

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 11, 2022

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0fa231a
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/6349d5fad9c41800090fe355
😎 Deploy Preview https://deploy-preview-1776--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@sarah11918 sarah11918 added the hacktoberfest-accepted Mark a PR as accepted to contribute towards Hacktoberfest label Oct 11, 2022
@sarah11918 sarah11918 added the improve or update documentation Enhance / update existing documentation (e.g. add example, improve description, update for changes) label Oct 13, 2022
@sarah11918 sarah11918 merged commit 6b72121 into withastro:main Oct 14, 2022
@mrienstra mrienstra deleted the patch-5 branch October 14, 2022 22:11
trueberryless added a commit to trueberryless/withastro-docs that referenced this pull request Nov 18, 2024
jsparkdev added a commit that referenced this pull request Nov 22, 2024
* i18n(de): update islands.mdx

* fix #1776

---------

Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
Co-authored-by: Junseong Park <39112954+jsparkdev@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Mark a PR as accepted to contribute towards Hacktoberfest improve or update documentation Enhance / update existing documentation (e.g. add example, improve description, update for changes)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants