1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/mdsf.json
2025-11-07 16:43:44 +01:00

14 lines
297 B
JSON

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