Convert all remaining tabs by 2spaces
[vchess.git] / client / src / parameters.js.dist
index 5710bac..edad3bb 100644 (file)
@@ -1,10 +1,10 @@
 const Parameters =
 {
-       // URL of your socket server
-       socketUrl: "ws://localhost:3000",
+  // URL of your socket server
+  socketUrl: "ws://localhost:3000",
 
-       // URL of the server (leave blank for 1-server case)
-       serverUrl: "http://localhost:3000",
+  // URL of the server (leave blank for 1-server case)
+  serverUrl: "http://localhost:3000",
 
   // true if the server is at a different address
   cors: true,