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 4c55807

Browse files
Akos Kittakittaakos
authored andcommittedJun 7, 2022
Speed up IDE startup time.
Signed-off-by: Akos Kitta <[email protected]>
1 parent cb50d3a commit 4c55807

File tree

179 files changed

+2688
-2018
lines changed

Some content is hidden

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

179 files changed

+2688
-2018
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ arduino-ide-extension/data/cli/config
2121
scripts/themes/tokens
2222
# environment variables
2323
.env
24+
# content trace files for electron
25+
electron-app/traces

‎.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"singleQuote": true,
33
"tabWidth": 2,
44
"useTabs": false,
5-
"printWidth": 80
5+
"printWidth": 80,
6+
"endOfLine": "auto"
67
}

0 commit comments

Comments
 (0)