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
Format html file with HookyQR.beautifyFile command. Software I code in requires && , < , and > characters to be escaped && , < and >. When I format my code, spaces are added to the escaped characters.
example code
Beautify does a wonderful job of formatting the code but adds spaces to the escaped characters which causes an error in the software I work with. Is there a way to create an exception for these characters in the settings? Every time I format my code I always have to do a find and replace for the escaped characters which takes a lot of time.
NOTE: Please provide code snippets instead of screen shots. Your issue needs to be replicated, and we need the failing code (text) to do this.
Provide the settings you use:
(VS Code workspace and user settings, .jsbeautifyrc, .editorconfig)
VS Code Workspace Settings:
VS Code User Settings:
Action performed
Format html file with
HookyQR.beautifyFile
command. Software I code in requires&& , < , and >
characters to be escaped&& , < and >
. When I format my code, spaces are added to the escaped characters.example code
Expected results
Expected to format code normally
Actual results
Beautify does a wonderful job of formatting the code but adds spaces to the escaped characters which causes an error in the software I work with. Is there a way to create an exception for these characters in the settings? Every time I format my code I always have to do a find and replace for the escaped characters which takes a lot of time.
The text was updated successfully, but these errors were encountered: