Prettier Now Supports PGN File Formatting

2025-01-04

A new Prettier plugin, `prettier-plugin-pgn`, has been released, adding support for formatting Portable Game Notation (PGN) files. PGN is a standard text format for recording chess games. This plugin handles variations, annotations, and multiple games within a single PGN file, making life easier for chess players and developers. Installation is straightforward via npm or globally.

Development Code Formatting