Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Aug 24, 2024
1 parent fc7985b commit 40275f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vim/ftplugin/tabsep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
set list
set listchars=tab:>-

autocmd BufWritePost * silent Tabularize/\t
" Format whole file
" autocmd BufWritePost * silent :%Tabularize/\t

" Format current block
autocmd BufWritePost * silent :Tabularize/\t

0 comments on commit 40275f0

Please sign in to comment.