Skip to content

Commit

Permalink
Remove JQ auto-formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn committed Oct 21, 2024
1 parent db8d537 commit 61ffd44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vim/autocommands.vim
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,3 @@ function! AdjustWindowHeight(minheight, maxheight)
endw
exe max([min([n_lines, a:maxheight]), a:minheight]) . "wincmd _"
endfunction

" Automatically format json files using jq on save
autocmd FileType json autocmd BufWritePre <buffer> call JQ()

0 comments on commit 61ffd44

Please sign in to comment.