Skip to content

Instantly share code, notes, and snippets.

@dword4
Created March 3, 2020 17:52
Show Gist options
  • Save dword4/88ae8c2ce97652bcdff797d3ad161f2b to your computer and use it in GitHub Desktop.
Save dword4/88ae8c2ce97652bcdff797d3ad161f2b to your computer and use it in GitHub Desktop.
function JsonSettings()
set expandtab
set shiftwidth=2
set tabstop=2
endfunction
:command Json :call JsonSettings()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment