1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00
Files
revive/mdsf.json
2025-05-24 12:29:40 -07:00

14 lines
296 B
JSON

{
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/HEAD/schemas/v0.9.5/mdsf.schema.json",
"format_finished_document": false,
"languages": {
"go": "goimports",
"shell": "shfmt",
"toml": "taplo"
},
"language_aliases": {
"bash": "shell",
"sh": "shell"
}
}