From 935b481ad23d7fb82e0fce7d330170ab8bba4bb3 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Mon, 2 Sep 2019 14:06:07 +0100 Subject: [PATCH] Fix example config indent --- example_config/ckclient.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/example_config/ckclient.json b/example_config/ckclient.json index 1c3b4d7..1df5b86 100644 --- a/example_config/ckclient.json +++ b/example_config/ckclient.json @@ -1,11 +1,11 @@ { "Transport": "direct", - "ProxyMethod":"shadowsocks", - "EncryptionMethod":"plain", - "UID":"5nneblJy6lniPJfr81LuYQ==", - "PublicKey":"IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=", - "ServerName":"www.bing.com", - "NumConn":4, - "BrowserSig": "chrome", - "StreamTimeout": 300 + "ProxyMethod": "shadowsocks", + "EncryptionMethod": "plain", + "UID": "5nneblJy6lniPJfr81LuYQ==", + "PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=", + "ServerName": "www.bing.com", + "NumConn": 4, + "BrowserSig": "chrome", + "StreamTimeout": 300 }