diff --git a/templates/room.hbs b/templates/room.hbs
index 808435095d67a91f3fcdf3d1c7b835b4ecfff2b1..cd045f37e7fc5b13b1a64eb4bbe1fd005daea5ba 100644
--- a/templates/room.hbs
+++ b/templates/room.hbs
@@ -150,9 +150,21 @@
                 hand-controls2="left"
                 tracked-controls
                 haptic-feedback
-                oculus-touch-controls-extended="dpad: true; dpad_deadzone: 0.8; dpad_livezone: 0.3; dpad_directions: 8; dpad_turbo: true; dpad_haptic_intensity: low"
-                vive-controls-extended="hand:left; dpad_haptic_intensity: low; dpad_pressed_haptic_intensity: low"
-                dpad-as-axes="inputName:left_dpad; name:left_dpad_axes; emitter: #left-hand"
+                oculus-touch-controls-extended="
+                    dpad: true;
+                    dpad_deadzone: 0.8;
+                    dpad_livezone: 0.3;
+                    dpad_directions: 8;
+                    dpad_turbo: true;
+                    dpad_haptic_intensity: low"
+                vive-controls-extended="
+                    hand:left;
+                    dpad_haptic_intensity: low;
+                    dpad_pressed_haptic_intensity: low"
+                dpad-as-axes="
+                    inputName:left_dpad;
+                    name:left_dpad_axes;
+                    emitter: #left-hand"
                 teleport-controls="cameraRig: #player-rig; teleportOrigin: #head; button: action_teleport_"
                 networked="template: #left-hand-template;"
             >
@@ -170,8 +182,23 @@
                 id="right-hand"
                 hand-controls2="right"
                 haptic-feedback="hand:right;"
-                oculus-touch-controls-extended="hand:right; dpad: true; dpad_livezone: 0.3; dpad_deadzone: 0.8; dpad_directions: 4; dpad_turbo: false; dpad_haptic_intensity: low"
-                vive-controls-extended="hand:right; dpad: true; dpad_livezone: 1.0; dpad_deadzone: 0.6; dpad_directions: 4; dpad_turbo: false; dpad_haptic_intensity: none; dpad_pressed_haptic_intensity: low;"
+                oculus-touch-controls-extended="
+                    hand:right;
+                    dpad: true;
+                    dpad_livezone: 0.3;
+                    dpad_deadzone: 0.8;
+                    dpad_directions: 4;
+                    dpad_turbo: false;
+                    dpad_haptic_intensity: low"
+                vive-controls-extended="
+                    hand:right;
+                    dpad: true;
+                    dpad_livezone: 1.0;
+                    dpad_deadzone: 0.6;
+                    dpad_directions: 4;
+                    dpad_turbo: false;
+                    dpad_haptic_intensity: none;
+                    dpad_pressed_haptic_intensity: low;"
                 teleport-controls="cameraRig: #player-rig;
                                     teleportOrigin: #head;
                                     hitEntity: #telepor-indicator;