Skip to content

Commit 18e1377

Browse files
authored
Reformat exercise config files (#192)
This runs the `bin/configlet fmt --update` command to reformat the exercise configs.
1 parent 81de553 commit 18e1377

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

exercises/practice/accumulate/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
32
"authors": [],
43
"contributors": [
54
"aimorris",
@@ -18,6 +17,7 @@
1817
".meta/example.coffee"
1918
]
2019
},
20+
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
2121
"source": "Conversation with James Edward Gray II",
2222
"source_url": "https://twitter.com/jeg2"
2323
}

exercises/practice/anagram/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
32
"authors": [
43
"Gaelan"
54
],
@@ -20,6 +19,7 @@
2019
".meta/example.coffee"
2120
]
2221
},
22+
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
2323
"source": "Inspired by the Extreme Startup game",
2424
"source_url": "https://github.com/rchatley/extreme_startup"
2525
}

exercises/practice/atbash-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
32
"authors": [
43
"wvmitchell"
54
],
@@ -19,6 +18,7 @@
1918
".meta/example.coffee"
2019
]
2120
},
21+
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
2222
"source": "Wikipedia",
2323
"source_url": "https://en.wikipedia.org/wiki/Atbash"
2424
}

exercises/practice/beer-song/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
32
"authors": [
43
"Gaelan"
54
],
@@ -19,6 +18,7 @@
1918
".meta/example.coffee"
2019
]
2120
},
21+
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
2222
"source": "Learn to Program by Chris Pine",
2323
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
2424
}

exercises/practice/binary-search-tree/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Insert and search for numbers in a binary tree.",
32
"authors": [],
43
"contributors": [
54
"aimorris",
@@ -20,6 +19,7 @@
2019
".meta/example.coffee"
2120
]
2221
},
22+
"blurb": "Insert and search for numbers in a binary tree.",
2323
"source": "Josh Cheek",
2424
"source_url": "https://twitter.com/josh_cheek"
2525
}

exercises/practice/binary/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles.",
32
"authors": [],
43
"contributors": [
54
"aimorris",
@@ -21,6 +20,7 @@
2120
".meta/example.coffee"
2221
]
2322
},
23+
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles.",
2424
"source": "All of Computer Science",
2525
"source_url": "https://www.wolframalpha.com/examples/mathematics/numbers/base-conversions"
2626
}

exercises/practice/bob/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
32
"authors": [
43
"Gaelan"
54
],
@@ -22,6 +21,7 @@
2221
".meta/example.coffee"
2322
]
2423
},
24+
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
2525
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
2626
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
2727
}

exercises/practice/clock/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Implement a clock that handles times without dates.",
32
"authors": [
43
"wvmitchell"
54
],
@@ -19,6 +18,7 @@
1918
".meta/example.coffee"
2019
]
2120
},
21+
"blurb": "Implement a clock that handles times without dates.",
2222
"source": "Pairing session with Erin Drummond",
2323
"source_url": "https://twitter.com/ebdrummond"
2424
}

exercises/practice/hello-world/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
32
"authors": [
43
"ramonh"
54
],
@@ -21,6 +20,7 @@
2120
".meta/example.coffee"
2221
]
2322
},
23+
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
2424
"source": "This is an exercise to introduce users to using Exercism",
2525
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
2626
}

exercises/practice/hexadecimal/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"blurb": "Convert a hexadecimal number, represented as a string (e.g. \"10af8c\"), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion).",
32
"authors": [
43
"kytrinyx"
54
],
@@ -20,6 +19,7 @@
2019
".meta/example.coffee"
2120
]
2221
},
22+
"blurb": "Convert a hexadecimal number, represented as a string (e.g. \"10af8c\"), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion).",
2323
"source": "All of Computer Science",
2424
"source_url": "https://www.wolframalpha.com/examples/mathematics/numbers/base-conversions"
2525
}

0 commit comments

Comments
 (0)