File tree 4 files changed +40
-8
lines changed
4 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
lib /
3
3
downloads /
4
- resources /
4
+ arduino-ide-extension / src / node / resources
5
5
arduino-ide-extension /Examples /
6
6
src-gen /
7
7
gen-webpack.config.js
Original file line number Diff line number Diff line change
1
+ lib
2
+ dist
3
+ plugins
4
+ src-gen
5
+ i18n
6
+ gen-webpack *
7
+ .browser_modules
8
+ arduino-ide-extension /src /node /resources
9
+ cli-protocol
10
+ * color-theme.json
11
+ arduino-icons.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "singleQuote" : true ,
3
+ "tabWidth" : 2 ,
4
+ "useTabs" : false ,
5
+ "printWidth" : 80 ,
6
+ "endOfLine" : " auto" ,
7
+ "overrides" : [
8
+ {
9
+ "files" : " *.json" ,
10
+ "options" : {
11
+ "tabWidth" : 2
12
+ }
13
+ },
14
+ {
15
+ "files" : " *.css" ,
16
+ "options" : {
17
+ "tabWidth" : 4 ,
18
+ "singleQuote" : false
19
+ }
20
+ },
21
+ {
22
+ "files" : " *.html" ,
23
+ "options" : {
24
+ "tabWidth" : 4
25
+ }
26
+ }
27
+ ]
28
+ }
You can’t perform that action at this time.
0 commit comments