Skip to content

Commit

Permalink
Merge pull request #10016 from bertdeblock/fix-indentation-in-ember-c…
Browse files Browse the repository at this point in the history
…li-file-in-app-blueprint

Fix indentation in `.ember-cli` file in `app` blueprint
  • Loading branch information
bertdeblock committed Sep 10, 2022
2 parents 8823b42 + 17210a6 commit 6e56aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/app/files/.ember-cli
Expand Up @@ -8,8 +8,8 @@
"disableAnalytics": false,

/**
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
*/
"isTypeScriptProject": false
}

0 comments on commit 6e56aa3

Please sign in to comment.