File tree Expand file tree Collapse file tree 3 files changed +15
-37
lines changed
Expand file tree Collapse file tree 3 files changed +15
-37
lines changed Original file line number Diff line number Diff line change 1- # editorconfig.org
1+ # https://editorconfig.org
2+
23root = true
34
45[* ]
56charset = utf-8
6- indent_style = space
7- indent_size = 4
87end_of_line = lf
9- trim_trailing_whitespace = true
8+ indent_size = 2
9+ indent_style = space
1010insert_final_newline = true
11+ max_line_length = 80
12+ trim_trailing_whitespace = true
1113
12- [* .{md,json} ]
13- charset = utf-8
14- indent_style = space
15- indent_size = 2
16- trim_trailing_whitespace = false
17- insert_final_newline = false
14+ [* .md ]
15+ max_line_length = 0
16+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 1+ .DS_STORE
2+ node_modules
3+
14# Logs
25logs
36* .log
4- npm-debug.log *
5-
6- # Runtime data
7- pids
8- * .pid
9- * .seed
10-
11- # Compiled binary addons (http://nodejs.org/api/addons.html)
12- build /Release
13-
14- # Dependency directories
15- node_modules
16- jspm_packages
17-
18- # Optional npm cache directory
19- .npm
20-
21- # Optional REPL history
22- .node_repl_history
23-
24- # visual studio
25- .vs
26- * .njsproj
27- * .sln
28- obj
297
30- # typescript rollup plugin
8+ # rollup- plugin-typescript2
319.rpt2_cache
Original file line number Diff line number Diff line change 55 "eofline" : true ,
66 "indent" : [
77 true ,
8- " spaces"
8+ " spaces" ,
9+ 2
910 ],
1011 "interface-name" : [
1112 true ,
You can’t perform that action at this time.
0 commit comments