Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add .editorconfig, .gitignore, and .vscode/extensions.json files #104

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MicLieg
Copy link
Contributor

@MicLieg MicLieg commented Mar 7, 2024

This PR adds multiple VSCode extensions to help developers write more consistent Markdown:

  1. editorconfig
    • Override user/workspace settings with settings found in .editorconfig files
  2. markdown-all-in-one
    • (Almost) All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
  3. vscode-markdownlint
    • Markdown linting and style checking for Visual Studio Code
  4. prettier-vscode
    • Code formatter

It also adds the required .editorconfig file.

Related Pull Requests:

@MicLieg MicLieg force-pushed the feature/recommend-extensions branch from cc3ddf3 to 53fbb82 Compare April 24, 2024 11:36
@MicLieg MicLieg force-pushed the feature/recommend-extensions branch from 4f8ad84 to 693b090 Compare August 6, 2024 13:51
@MicLieg MicLieg force-pushed the feature/recommend-extensions branch from 20f73aa to bf79e53 Compare August 7, 2024 22:44
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.

1 participant