mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
14 lines
297 B
JSON
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"
|
|
}
|
|
}
|