Skip to content

Commit

Permalink
Fix indentation in generated project files
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed Jun 2, 2019
1 parent 7474a3f commit 2e8d050
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/ProjectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ class ProjectManager

const template =
`{
"uris": [
"${mainFolder}"
],
"phpVersion": 7.3,
"excludedPathExpressions": [],
"fileExtensions": [
"php"
]
"uris": [
"${mainFolder}"
],
"phpVersion": 7.3,
"excludedPathExpressions": [],
"fileExtensions": [
"php"
]
}`;

mkdirp.sync(configFileFolderPath);
Expand Down

0 comments on commit 2e8d050

Please sign in to comment.