blob: 5977a4b91232a135aa21e379fc2a78298b2b03f1 [file] [log] [blame] [edit]
" Vim indent file
" Language: JSON5
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2024-03-26
if exists("b:did_indent")
finish
endif
" Same as jsonc indenting for now
runtime! indent/jsonc.vim