yasuyk / web-beautify

Format HTML, CSS and JavaScript/JSON by js-beautify
GNU General Public License v3.0
219 stars 21 forks source link

dash having space before and after ,auto saving #40

Open differentMonster opened 5 years ago

differentMonster commented 5 years ago

after i auto saving my script file reformat it self

import my-components from '@/components/my-components'

become to this after auto save ,all the dash space out

import my - components from '@/components/my-components'

which giving me a headcha how to config it ? do anyone know how to fix this space problem , can point me to a right direction ? i also hear js-beautify can disable this but where to ?