1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-12 14:09:11 -04:00

allow dynamic type of user accounts

This commit is contained in:
v2ray
2016-05-28 13:44:11 +02:00
parent 87f664048b
commit 3f9cb1136a
18 changed files with 123 additions and 49 deletions

View File

@@ -1,5 +1,7 @@
// 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"]