about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 869188a..e6cb2da 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -12,7 +12,8 @@ set autoindent
 set shiftwidth=4
 set tabstop=4
 
-" enable filetype settings
+" use editorconfig and filetype defaults
+packadd! editorconfig
 filetype plugin indent on
 syntax on 
 set smartindent