hedefalk / atom-vue

Vue component file syntax for Atom
Other
147 stars 38 forks source link

Please add this function! #96

Closed btdadada closed 5 years ago

btdadada commented 5 years ago

In js file,when you press tab,it will enter multi-tabs,to alignment with previous line.But in vue file,it only enter one tab one time.Should you add this function?Thank you very much.

aidistan commented 5 years ago

Hi @btdadada, sorry for this late reply. This function has already been implemented by language-javascript, language-jsx, and other script language packages (depending on the xxx in your <script lang='xxx'>). Just check your language settings and the corresponding language package~