Skip to content

Commit

Permalink
Added an encoding to the vimrc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Dec 28, 2014
1 parent c4f1148 commit e161ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -32,6 +32,8 @@
" :help :filetype
" ############################################################################

set encoding=utf-8
scriptencoding utf-8 " The encoding of *this* file

" Vundle {{{
filetype off " See https://github.com/gmarik/vundle/issues/176
Expand Down Expand Up @@ -172,7 +174,6 @@ set laststatus=2 " Always show the status bar
" }}}

" Code quality {{{
set encoding=utf-8
set autoindent
set shiftround
set shiftwidth=4
Expand Down

0 comments on commit e161ac4

Please sign in to comment.