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
@BillyHarvey try to install the custom(new) version of js-beautify and use it in editorconfig config instead bundled version
[**.js]
; path to optional external js beautifier, default is vim-jsbeautify/plugin/lib
path=~/.vim/bundle/js-beautify/js/lib/beautify.js
; Javascript interpreter to be invoked by default 'node'
bin=node
indent_style = space
indent_size = 4
When formatting a javascript bigint, such as '1n', the result is incorrectly changed to '1 n', breaking functional code.
The text was updated successfully, but these errors were encountered: