1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-02 09:17:55 -04:00
v2fly/.vscode/settings.json
2016-05-28 13:44:11 +02:00

8 lines
215 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"go.buildFlags": ["-tags", "json"],
"go.lintFlags": ["-tags", "json"],
"go.vetFlags": ["-tags", "json"]
}