Files
openide/json/tests/testData/intention/SortPropertiesShouldReformat.json
Anton Lobov d8df42bfc8 IDEA-226522 Sort properties alphabetically breaks indentation in JSON
GitOrigin-RevId: 2f7299bfb9ccfd2f14e9b6ec15078c8b41c38dba
2019-12-10 18:48:12 +00:00

17 lines
326 B
JSON

{
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"name": "laravel/laravel",
"require": {
"p<caret>hp": ">=5.6.4",
"twbs/bootstrap": "^3.3",
"laravel/framework": "5.4.",
"laravel/tinker": "~1.0",
"laravelcollective/html": "^5.4"
}
}