Aristeidis Bampakos a98c71dbf2 refactor(@schematics/angular): Formatting in angular.json
Apply consistent formatting in closing brackets at the end of the `angular.json` file
2020-09-06 16:08:35 +02:00

11 lines
248 B
Plaintext

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,<% if (packageManager) { %>
"cli": {
"packageManager": "<%= packageManager %>"
},<% } %>
"newProjectRoot": "<%= newProjectRoot %>",
"projects": {
}
}