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

docs: add editorconfig for markdown #1136

Open
wants to merge 2 commits into
base: public
Choose a base branch
from

Commits on Jun 3, 2023

  1. docs: add editorconfig for markdown

    I was trying to fix a link in in a document and couldn't get github, my editor or my local git to perserve the mixed line endings in the file. Instead of doing that I figued I could help fix it.
    
    [Editorconfig](https://editorconfig.org/#) is nativly supported by most popular editors and keeps formatting issues like this away. I've set it up for markdown files using the most commonly used line endings.
    reconbot committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8ea6f93 View commit details
    Browse the repository at this point in the history
  2. chore: format all markdown documents

    from the settings in editorconfig
    reconbot committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    0fe1367 View commit details
    Browse the repository at this point in the history