Skip to content

Commit

Permalink
vimrc: Adjust editorconfig rules
Browse files Browse the repository at this point in the history
Disables editorconfig options for remote files and enables editorconfig
rules for new buffers
  • Loading branch information
derekerdmann committed Feb 5, 2024
1 parent c41c31f commit 8f1cd88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ set tabstop=4
set shiftwidth=4
set expandtab

let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
let g:EditorConfig_enable_for_new_buf = 1

" Disable error bells
set belloff=all

Expand Down

0 comments on commit 8f1cd88

Please sign in to comment.