this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleanup Terraform autoformat autogroup

+6 -5
+6
nvim/after/ftplugin/terraform.vim
··· 1 1 setlocal makeprg=terraform 2 2 setlocal formatprg=terraform\ fmt\ - 3 3 setlocal ts=2 4 + 5 + augroup autoformat 6 + au! 7 + 8 + au BufWritePre <buffer> norm! gggqG`` 9 + augroup END
-5
nvim/after/syntax/terraform.vim
··· 1 - augroup AutoFormatTerraform 2 - au! 3 - 4 - au BufWritePre <buffer> norm! gggqG`` 5 - augroup END