Changes between Initial Version and Version 1 of Ticket #18448, comment 3
- Timestamp:
- Mar 21, 2025, 3:29:42 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18448, comment 3
initial v1 3 3 That 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. 4 4 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].]