Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0abbb04

Browse files
committedJan 3, 2020
Created an Ember Octane app
1 parent 69579fe commit 0abbb04

File tree

117 files changed

+20554
-774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+20554
-774
lines changed
 

‎.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ charset = utf-8
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
1313
indent_style = space
14-
indent_size = 2
14+
indent_size = 4
1515

1616
[*.hbs]
1717
insert_final_newline = false

‎.ember-cli

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
/**
3+
Ember CLI sends analytics information by default. The data is completely
4+
anonymous, but there are times when you might want to disable this behavior.
5+
6+
Setting `disableAnalytics` to true will prevent any data from being sent.
7+
*/
8+
"disableAnalytics": false
9+
}

0 commit comments

Comments
 (0)
Please sign in to comment.