浏览代码

Run configlet fmt on track config

Stuart Kent 9 年前
父节点
当前提交
f38d56841d
共有 1 个文件被更改,包括 26 次插入26 次删除
  1. 26
    26
      config.json

+ 26
- 26
config.json 查看文件

@@ -17,8 +17,8 @@
17 17
       "difficulty": 1,
18 18
       "slug": "two-fer",
19 19
       "topics": [
20
-        "strings",
21
-        "conditionals"
20
+        "conditionals",
21
+        "strings"
22 22
       ],
23 23
       "unlocked_by": null,
24 24
       "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
@@ -44,9 +44,9 @@
44 44
       "difficulty": 3,
45 45
       "slug": "hamming",
46 46
       "topics": [
47
-        "strings",
47
+        "integers",
48 48
         "loops",
49
-        "integers"
49
+        "strings"
50 50
       ],
51 51
       "unlocked_by": null,
52 52
       "uuid": "ce899ca6-9cc7-47ba-b76f-1bbcf2630b76"
@@ -57,8 +57,8 @@
57 57
       "slug": "gigasecond",
58 58
       "topics": [
59 59
         "dates",
60
-        "time",
61
-        "integers"
60
+        "integers",
61
+        "time"
62 62
       ],
63 63
       "unlocked_by": null,
64 64
       "uuid": "bf1641c8-dc0d-4d38-9cfe-b4c132ea3553"
@@ -92,10 +92,10 @@
92 92
       "difficulty": 3,
93 93
       "slug": "raindrops",
94 94
       "topics": [
95
-        "strings",
96
-        "integers",
97 95
         "conditionals",
98
-        "mathematics"
96
+        "integers",
97
+        "mathematics",
98
+        "strings"
99 99
       ],
100 100
       "unlocked_by": "hello-world",
101 101
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
@@ -235,8 +235,8 @@
235 235
       "topics": [
236 236
         "conditionals",
237 237
         "loops",
238
-        "strings",
239
-        "parsing"
238
+        "parsing",
239
+        "strings"
240 240
       ],
241 241
       "unlocked_by": "hello-world",
242 242
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
@@ -254,10 +254,10 @@
254 254
       "difficulty": 5,
255 255
       "slug": "pig-latin",
256 256
       "topics": [
257
-      	"arrays",
258
-      	"lists",
259
-      	"strings",
260
-      	"transforming"
257
+        "arrays",
258
+        "lists",
259
+        "strings",
260
+        "transforming"
261 261
       ],
262 262
       "unlocked_by": "hello-world",
263 263
       "uuid": "38bc80ae-d842-4c04-a797-48edf322504d"
@@ -322,10 +322,10 @@
322 322
       "core": false,
323 323
       "difficulty": 5,
324 324
       "slug": "bob",
325
-      "topics":  [
326
-        "strings",
325
+      "topics": [
327 326
         "booleans",
328
-        "conditionals"
327
+        "conditionals",
328
+        "strings"
329 329
       ],
330 330
       "unlocked_by": "two-fer",
331 331
       "uuid": "34cd328c-cd96-492b-abd4-2b8716cdcd9a"
@@ -503,12 +503,12 @@
503 503
       "difficulty": 7,
504 504
       "slug": "anagram",
505 505
       "topics": [
506
-      	"arrays",
507
-      	"conditionals",
508
-      	"equality",
509
-      	"lists",
510
-      	"loops",
511
-      	"strings"
506
+        "arrays",
507
+        "conditionals",
508
+        "equality",
509
+        "lists",
510
+        "loops",
511
+        "strings"
512 512
       ],
513 513
       "unlocked_by": "hello-world",
514 514
       "uuid": "fb10dc2f-0ba1-44b6-8365-5e48e86d1283"
@@ -595,7 +595,7 @@
595 595
       "slug": "circular-buffer",
596 596
       "topics": [
597 597
         "classes",
598
-        "exception-handling",
598
+        "exception_handling",
599 599
         "queues"
600 600
       ],
601 601
       "unlocked_by": "linked-list",
@@ -719,4 +719,4 @@
719 719
   ],
720 720
   "language": "Java",
721 721
   "solution_pattern": "reference"
722
-}
722
+}