制表符长度为两个空格,即每行缩进2个空格

    举例

    1. function fun(){
    2. if(true){
    3. console.log('hello world');
    4. }
    5. }

    **