File tree 4 files changed +49
-0
lines changed
4 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "directory": "bower_components"
3
+ }
Original file line number Diff line number Diff line change
1
+ # EditorConfig helps developers define and maintain consistent
2
+ # coding styles between different editors and IDEs
3
+ # editorconfig.org
4
+
5
+ root = true
6
+
7
+
8
+ [* ]
9
+
10
+ # Change these settings to your own preference
11
+ indent_style = space
12
+ indent_size = 2
13
+
14
+ # We recommend you to keep these unchanged
15
+ end_of_line = lf
16
+ charset = utf-8
17
+ trim_trailing_whitespace = true
18
+ insert_final_newline = true
19
+
20
+ [* .md ]
21
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change
1
+ * text =auto
Original file line number Diff line number Diff line change
1
+ {
2
+ "node" : true ,
3
+ "browser" : true ,
4
+ "esnext" : true ,
5
+ "bitwise" : true ,
6
+ "camelcase" : true ,
7
+ "curly" : true ,
8
+ "eqeqeq" : true ,
9
+ "immed" : true ,
10
+ "indent" : 2 ,
11
+ "latedef" : true ,
12
+ "newcap" : true ,
13
+ "noarg" : true ,
14
+ "quotmark" : " single" ,
15
+ "regexp" : true ,
16
+ "undef" : true ,
17
+ "unused" : true ,
18
+ "strict" : true ,
19
+ "trailing" : true ,
20
+ "smarttabs" : true ,
21
+ "globals" : {
22
+ "angular" : false
23
+ }
24
+ }
You can’t perform that action at this time.
0 commit comments