You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which extension are you refering to when you say even if I don't use this VSCode extension? This one (Pascal Formatter) or its fork?
The Quadroid formatter support was added by the Quadroid author itself, on #52, and it updated the extension to remove UTF BOM. So, I understand it should be removing the BOM when you format.
Otherwise, if you are asking on how to remove the BOM when you run the formatter via command line, I'm not this is possible, at least I don't see any command line argument to change/touch the encoding.
When I use the
jcf-pascal-format-quadroid
formatter, the handler will always change my file encoding toUTF8 with BOM
, even if I don't use this VSCode extension, I just follow the instruction here: https://github.com/quadroid/jcf-pascal-format?tab=readme-ov-file#how-to-use-jcf-pascal-format-in-vs-codeDo you know any way that I can keep my file encoding after formatting, thanks.
The text was updated successfully, but these errors were encountered: