https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38546 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes Koha's Prettier release notes| |code formatter | |configuration file | |(.prettierrc.js) to set the | |default indentation to four | |spaces. CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. I tested using this file to test the change: koha-tmpl/intranet-tmpl/js/i18n.js 2. To get into visual mode to select text with the down arrow key, press v 3. The block of text I selected was correctly reformatted to use four spaces for indentation (I selected a block a JS code and ran `!prettier --parser typescript`) -- You are receiving this mail because: You are watching all bug changes.