Skip to content

Commit

Permalink
Format config files
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Jan 8, 2025
1 parent 91a6672 commit 151b13e
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -960,61 +959,60 @@
}
]
},
"concepts": [],
"key_features": [
{
"icon": "evolving",
"title": "Modern",
"content": "Delphi is a modern, evolving language."
"content": "Delphi is a modern, evolving language.",
"icon": "evolving"
},
{
"icon": "cross-platform",
"title": "Cross-platform",
"content": "Delphi runs on almost any platform and chipset."
"content": "Delphi runs on almost any platform and chipset.",
"icon": "cross-platform"
},
{
"icon": "multi-paradigm",
"title": "Multi-paradigm",
"content": "Delphi is primarily an object-oriented language, but also has lots of functional features."
"content": "Delphi is primarily an object-oriented language, but also has lots of functional features.",
"icon": "multi-paradigm"
},
{
"icon": "general-purpose",
"title": "General purpose",
"content": "Delphi has a wide variety of uses like websites, console/gui applications, and even games."
"content": "Delphi has a wide variety of uses like websites, console/gui applications, and even games.",
"icon": "general-purpose"
},
{
"icon": "tooling",
"title": "Tooling",
"content": "Delphi has excellent tooling, with linting and advanced refactoring options built-in."
"content": "Delphi has excellent tooling, with linting and advanced refactoring options built-in.",
"icon": "tooling"
},
{
"icon": "documentation",
"title": "Documentation",
"content": "Documentation is excellent and exhaustive, making it easy to get started with Delphi."
"content": "Documentation is excellent and exhaustive, making it easy to get started with Delphi.",
"icon": "documentation"
}
],
"tags": [
"execution_mode/compiled",
"paradigm/declarative",
"paradigm/imperative",
"paradigm/object_oriented",
"paradigm/procedural",
"typing/static",
"typing/strong",
"execution_mode/compiled",
"platform/windows",
"platform/linux",
"platform/ios",
"platform/android",
"platform/ios",
"platform/linux",
"platform/web",
"platform/windows",
"runtime/standalone_executable",
"typing/static",
"typing/strong",
"used_for/backends",
"used_for/cross_platform_development",
"used_for/financial_systems",
"used_for/frontends",
"used_for/games",
"used_for/guis",
"used_for/web_development",
"used_for/financial_systems",
"used_for/mobile",
"used_for/scientific_calculations"
"used_for/scientific_calculations",
"used_for/web_development"
]
}

0 comments on commit 151b13e

Please sign in to comment.