0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-08 02:45:26 +00:00

feat: init go format

This commit is contained in:
Baoshuo Ren 2022-06-08 11:09:22 +08:00
parent 242cc11b48
commit 5d15e35a46
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68
2 changed files with 5 additions and 2 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -82,5 +82,7 @@
"ranges": "cpp",
"span": "cpp",
"stop_token": "cpp"
}
}
},
"go.formatTool": "goformat",
"go.formatFlags": ["-style", "indent=4"]
}