From edcace825703cdc4068cf0c51c1a45df194ccf68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 16 Jul 2020 02:05:56 +0200
Subject: [PATCH] software/theia: sort entries in settings

---
 software/theia/software.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/theia/software.cfg b/software/theia/software.cfg
index 61d398938..af0a9100d 100644
--- a/software/theia/software.cfg
+++ b/software/theia/software.cfg
@@ -183,9 +183,9 @@ template =
                         "**/node_modules/**": true
                       },
                       "editor.multiCursorModifier": "ctrlCmd",
-                      "plantuml.webservice": "//plantuml.host.vifib.net/svg/",
+                      "editor.tabSize": 2,
                       "plantuml.monochrome": false,
-                      "editor.tabSize": 2
+                      "plantuml.webservice": "//plantuml.host.vifib.net/svg/"
                   }
               }
           }
-- 
2.30.9