Skip to content

Commit 5831223

Browse files
Fix comment about noexpandtab
1 parent 27cd561 commit 5831223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set number
1212
syntax on
1313
""" Tabs are four columns wide
1414
""" Each indentation level is one tab
15-
""" expandtab change tab for spaces
15+
""" Don't change tab for spaces
1616
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
1717
""" Equal size windows
1818
winc =

0 commit comments

Comments
 (0)