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
Hi, in my project, there is a .editorconfig file and a .jsbeautifyrc file. The content of jsbeautifyrc is:
{
"editorconfig": true
}
In command line, I use js-beautify main.js command. And editorconfig will work.But in emacs, I use 'web-beautify-js' command, the editorconfig will not work.
Hi, in my project, there is a .editorconfig file and a .jsbeautifyrc file. The content of jsbeautifyrc is:
In command line, I use
js-beautify main.js
command. And editorconfig will work.But in emacs, I use 'web-beautify-js' command, the editorconfig will not work.Infomation: Ubuntu 16.04, Emacs 25.1, Spacemacs latest, js-beautify 1.6.4. Thank you!
The text was updated successfully, but these errors were encountered: