vim-codefmt/addon-info.json
Ari Archer 334cb2d805
Formatted all code and fixed addon-info.json
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-15 22:48:31 +02:00

15 lines
386 B
JSON

{
"name": "codefmt",
"description": "Syntax-aware code formatting for a variety of languages",
"author": "Google",
"repository": {
"type": "git",
"url": "git://github.com/TruncatedDinosour/vim-codefmt"
},
"dependencies": {
"maktaba": {
"type": "git",
"url": "git://github.com/google/vim-maktaba"
}
}
}