Changes between Initial Version and Version 1 of Ticket #18448, comment 3


Ignore:
Timestamp:
Mar 21, 2025, 3:29:42 PM (6 months ago)
Author:
Mike Edmunds

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18448, comment 3

    initial v1  
    33That said, I'd still argue for just going with `.rst` as the friendliest for newcomers in online editors and IDEs. Neither PyCharm nor VS Code recognize `.rst.txt` by default—they just open it as an ordinary text file (and VS Code won't suggest installing a reST plugin). You can add file type overrides to make it work, but if you've never heard of reST that probably won't occur to you.
    44
    5 [I've also tried a [https://github.com/django/django/pull/19279#issuecomment-2734378910 .gitattributes linguist override] on docs/!**.txt, with poor results.]
     5[I've also tried a [https://github.com/django/django/pull/19279#issuecomment-2734378910 .gitattributes linguist override] on docs/!**.txt, with poor results due to a [https://github.com/orgs/community/discussions/154413 GitHub preview rendering bug].]
Back to Top