sunjw / jstoolnpp

A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
GNU General Public License v2.0
283 stars 24 forks source link

space after export default #62

Closed brynne8 closed 6 years ago

brynne8 commented 6 years ago

example code

export default {
     data(){
        return{
            focusState:false,
        }
     },
}

JSFormat output

export default{
    data() {
        return {
            focusState: false,
        }
    },
}
sunjw commented 6 years ago

Fixed in d02767acf802ee28d710f6a217484af65c2035b8