Add Markdown formatting options to .prettierrc

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • DevProd Test Infrastructure
    • Correctness 2026-04-21
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      One of the main formatting needs for Markdown is reformatting the paragraphs, because Markdown ignores line breaks, but it still would be nice when the file content fits into 100 character width everywhere (including the GitHub code reviews).

      Therefore, I'd suggest adding the following to our .prettierrc file:

              {
                  "files": "*.md",
                  "options": {
                      "proseWrap": "always",
                      "printWidth": 100
                  }
              }
      

            Assignee:
            Steve McClure
            Reporter:
            Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: