From 7a3eebc1d5c8ee5e10af3d77b3157c6dec650db8 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 3 May 2025 01:42:24 +1000 Subject: [PATCH] Add `tools/lrama` to `.prettierignore` Prettier uses an ignore file to exclude files from formatting when running with pre-commit and also when running standalone from the command line. This is detailed on the CLI docs page: https://prettier.io/docs/cli --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 2237883b2..0728a7c3a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,4 @@ build coverage doc/internal/opcode.md +tools/lrama