about summary refs log tree commit diff
path: root/.vim/vimrc
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-05-01 21:09:51 -0500
committerRabbit Whispers <us@starfall.systems>2025-05-01 21:09:51 -0500
commit2a84b96427417f559d20a1cf0eaf7bb5ab476acf (patch)
treede7b7d469dbbd66ed70bb5397b777086a200c354 /.vim/vimrc
parent6c8a359e783ec10a18199dade7a2abc5bdea8082 (diff)
vim: support .editorconfig
Diffstat (limited to '.vim/vimrc')
-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