From 88d37d5cf0dca85f6026c908cdc4503229dd9fad Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 21 May 2023 21:17:51 +0530 Subject: [PATCH] Sort keyboard (suggestions) alphabetically based on their id Signed-off-by: shuvashish76 --- suggestions/keyboards.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/suggestions/keyboards.json b/suggestions/keyboards.json index 4732495..f363684 100644 --- a/suggestions/keyboards.json +++ b/suggestions/keyboards.json @@ -1,14 +1,14 @@ [ - { - "id": "org.smc.inputmethod.indic", - "label": "Indic Keyboard", - "source": "fg", - "repo": "https://gitlab.com/indicproject/Indic-Keyboard" - } - { - "id": "dev.patrickgold.florisboard", - "label": "FlorisBoard", - "source": "f", - "repo": "https://github.com/florisboard/florisboard" - } + { + "id": "dev.patrickgold.florisboard", + "label": "FlorisBoard", + "source": "f", + "repo": "https://github.com/florisboard/florisboard" + }, + { + "id": "org.smc.inputmethod.indic", + "label": "Indic Keyboard", + "source": "fg", + "repo": "https://gitlab.com/indicproject/Indic-Keyboard" + } ]