mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-15 01:13:49 +01:00
10 lines
230 B
JSON
10 lines
230 B
JSON
|
|
// -*- jsonc -*-
|
||
|
|
{
|
||
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"files.eol": "\n",
|
||
|
|
"files.insertFinalNewline": true,
|
||
|
|
"files.trimFinalNewlines": true,
|
||
|
|
"go.formatTool": "goimports"
|
||
|
|
}
|