blob: 5977a4b91232a135aa21e379fc2a78298b2b03f1 [file] [log] [blame]
Rocco Mao63833bb2024-03-27 02:02:44 +08001" Vim indent file
2" Language: JSON5
3" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2024-03-26
5
6if exists("b:did_indent")
7 finish
8endif
9
10" Same as jsonc indenting for now
11runtime! indent/jsonc.vim