Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Add Perl config
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango authored and kotp committed Oct 8, 2020
1 parent 63c4083 commit 8665dcd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
12 changes: 6 additions & 6 deletions languages/perl5/README.md
Expand Up @@ -25,12 +25,12 @@ Before launch, we need all of the following parts to be completed:

### config.json

- [ ] Added `version` key
- [ ] Added online editor settings
- [ ] Added `indent_style`
- [ ] Added `indent_size`
- [ ] Convert the `exercises` array to an object
- [ ] Remove the `foregone` property
- [x] Added `version` key
- [x] Added online editor settings
- [x] Added `indent_style`
- [x] Added `indent_size`
- [x] Convert the `exercises` array to an object
- [x] Remove the `foregone` property

See the [migrating your config.json files document](../../docs/maintainers/migrating-your-config-json-files.md) for more information.

Expand Down
15 changes: 15 additions & 0 deletions languages/perl5/config.json
@@ -0,0 +1,15 @@
{
"language": "Perl 5",
"slug": "perl5",
"active": true,
"blurb": "Perl 5 is a highly capable, feature-rich programming language with over 30 years of development. Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
},
"exercises": {
"concept": [],
"practice": []
}
}

0 comments on commit 8665dcd

Please sign in to comment.