diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-05-01 21:09:51 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-05-01 21:09:51 -0500 |
commit | 2a84b96427417f559d20a1cf0eaf7bb5ab476acf (patch) | |
tree | de7b7d469dbbd66ed70bb5397b777086a200c354 /.vim | |
parent | 6c8a359e783ec10a18199dade7a2abc5bdea8082 (diff) |
vim: support .editorconfig
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/vimrc | 3 |
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 |