ensure smart indent is always true

main
Mike Fix 6 years ago
parent fba004fa95
commit 3467e51bbb

@ -118,6 +118,7 @@ class Carbon extends React.PureComponent {
scrollBarStyle: null, scrollBarStyle: null,
viewportMargin: Infinity, viewportMargin: Infinity,
lineWrapping: true, lineWrapping: true,
smartIndent: true,
extraKeys: { extraKeys: {
'Shift-Tab': 'indentLess' 'Shift-Tab': 'indentLess'
}, },

Loading…
Cancel
Save