Sublime Editor replacing html brackets with entities

Having an issue where the editor is replacing < > with entities &lt; &gt;.
Same with " being changed to &quot;
Is this a configuration or setting that I can change?
I did look through the discussions, but cannot find anything on this matter.

Sublime has nothing to do with CodeMirror. In any case, CodeMirror doesn’t do such replacing, it’s some other part of your stack that’s doing this.