Skip to content

Commit

Permalink
chore: Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 12, 2022
1 parent afedeeb commit f8d1775
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.json
@@ -1,40 +1,40 @@
{
"name": "nystudio107/craft-templatecomments",
"description": "Adds a HTML comment with performance timings to demarcate `{% block %}`s and each Twig template that is included or extended.",
"type": "craft-plugin",
"version": "1.1.2",
"keywords": [
"craftcms",
"craft-plugin",
"twig",
"comments",
"debugging"
],
"support": {
"docs": "https://nystudio107.com/plugins/template-comments/documentation",
"issues": "https://nystudio107.com/plugins/template-comments/support"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
],
"require": {
"craftcms/cms": "^3.1.29"
},
"autoload": {
"psr-4": {
"nystudio107\\templatecomments\\": "src/"
}
},
"extra": {
"name": "Template Comments",
"handle": "templatecomments",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-templatecomments/v1/CHANGELOG.md",
"class": "nystudio107\\templatecomments\\TemplateComments"
"name": "nystudio107/craft-templatecomments",
"description": "Adds a HTML comment with performance timings to demarcate `{% block %}`s and each Twig template that is included or extended.",
"type": "craft-plugin",
"version": "1.1.2",
"keywords": [
"craftcms",
"craft-plugin",
"twig",
"comments",
"debugging"
],
"support": {
"docs": "https://nystudio107.com/plugins/template-comments/documentation",
"issues": "https://nystudio107.com/plugins/template-comments/support"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
],
"require": {
"craftcms/cms": "^3.1.29"
},
"autoload": {
"psr-4": {
"nystudio107\\templatecomments\\": "src/"
}
},
"extra": {
"name": "Template Comments",
"handle": "templatecomments",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-templatecomments/v1/CHANGELOG.md",
"class": "nystudio107\\templatecomments\\TemplateComments"
}
}

0 comments on commit f8d1775

Please sign in to comment.