diff options
Diffstat (limited to 'Common/vimrc')
-rw-r--r-- | Common/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Common/vimrc b/Common/vimrc index 56263bb..b2ecbff 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -591,3 +591,7 @@ endif " git-blame nnoremap <Leader>s :<C-u>call gitblame#echo()<CR> + +" Disable annoying svelte indenting +let g:svelte_indent_script = 0 +let g:svelte_indent_style = 0 |