diff --git a/.vimrc b/.vimrc index fa3088d16..cf87441e6 100644 --- a/.vimrc +++ b/.vimrc @@ -195,7 +195,7 @@ " Formatting { - set nowrap " Wrap long lines + set nowrap " Do not wrap long lines set autoindent " Indent at the same level of the previous line set shiftwidth=4 " Use indents of 4 spaces set expandtab " Tabs are spaces, not tabs