Skip to content

Commit c011045

Browse files
committed
#445 set 'editor.autoIndent' to "keep" value
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
1 parent f3c0efe commit c011045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"comments": false,
155155
"strings": true
156156
},
157-
"editor.autoIndent": false
157+
"editor.autoIndent": "keep"
158158
}
159159
}
160160
},

0 commit comments

Comments
 (0)