Skip to content

Commit

Permalink
#2280 - Reformat config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 5, 2021
1 parent 2ba1348 commit e421bad
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "Phalcon Team and contributors",
"version": "1.0.0",
"verbose": true,

"requires": {
"extensions": [
"PDO",
Expand All @@ -15,27 +14,24 @@
"json"
]
},

"stubs": {
"path": "ide\/%version%\/%namespace%\/",
"stubs-run-after-generate": false,
"banner": "/**\n * This file is part of the Zephir.\n *\n * (c) Phalcon Team <team@zephir-lang.com>\n *\n * For the full copyright and license information, please view\n * the LICENSE file that was distributed with this source code.\n */"
},

"api": {
"path" : "doc/%version%",
"theme" : {
"name":"zephir",
"options" :{
"github":"https://github.com/user/repo",
"analytics":null,
"path": "doc/%version%",
"theme": {
"name": "zephir",
"options": {
"github": "https://github.com/user/repo",
"analytics": null,
"main_color": "#3E6496",
"link_color": "#3E6496",
"link_hover_color": "#5F9AE7"
}
}
},

"warnings": {
"unused-variable": true,
"unused-variable-external": false,
Expand All @@ -62,7 +58,6 @@
"invalid-typeof-comparison": true,
"conditional-initialization": true
},

"optimizations": {
"static-type-inference": true,
"static-type-inference-second-pass": true,
Expand All @@ -75,7 +70,6 @@
"public-internal-methods": false,
"public-internal-functions": true
},

"globals": {
"my_setting_1": {
"type": "bool",
Expand Down

0 comments on commit e421bad

Please sign in to comment.