On save, Sublime helpfully replaces endashes, emdashes, and smartquotes. (It’s probably not a linter as this replacement happened when I opened a blank file, and pasted in – and hit save, but it might be.)
99% of the time, this is the correct behavour to prevent inadvertant code-breaking from word’s smartquotes. However, in this one document, I would like to disable that behaviour because we’re using unicode em- and en-dashes with intent. Is there a setting or toggle for this behaviour in a document specific format?
If it is a linter, is there a way to get a debug log of all the linters/plugins that run on save?