Skip to content

Commit d9b13a9

Browse files
chore: format constants and index (RaspberryPiFoundation#193)
1 parent 6701554 commit d9b13a9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/constants.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,15 @@ export const SHORTCUT_CATEGORIES = {
8989
'toolbox',
9090
'disconnect',
9191
],
92-
'Editing': ['cut', 'copy', 'paste', 'undo', 'redo', 'enter_or_mark', 'insert'],
92+
'Editing': [
93+
'cut',
94+
'copy',
95+
'paste',
96+
'undo',
97+
'redo',
98+
'enter_or_mark',
99+
'insert',
100+
],
93101
'Code navigation': [
94102
'previous',
95103
'next',
@@ -105,6 +113,6 @@ export const SHORTCUT_CATEGORIES = {
105113
'workspace_up',
106114
'workspace_right',
107115
'clean_up_workspace',
108-
'intercept_tab_navigation'
116+
'intercept_tab_navigation',
109117
],
110118
};

test/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<meta charset="utf-8" />
55
<title>Blockly Plugin Test</title>
66
<link rel="preconnect" href="https://fonts.googleapis.com" />
7-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap">
7+
<link
8+
rel="stylesheet"
9+
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" />
810
<link
911
rel="stylesheet"
1012
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />

0 commit comments

Comments
 (0)