Set indentUnit instead of tabSize, which is what I really wanted; now and indent and outdent lines the correct amount.
This commit is contained in:
parent
bfc7250aa1
commit
2dee9a7d81
@ -40,7 +40,7 @@
|
|||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
showCursorWhenSelecting: true,
|
showCursorWhenSelecting: true,
|
||||||
viewportMargin: Infinity,
|
viewportMargin: Infinity,
|
||||||
tabSize: 4,
|
indentUnit: 4,
|
||||||
styleActiveLine: true
|
styleActiveLine: true
|
||||||
});
|
});
|
||||||
// Add my .vimrc stuff.
|
// Add my .vimrc stuff.
|
||||||
|
Loading…
Reference in New Issue
Block a user