forked from swizzin/swizzin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
41 lines (41 loc) · 946 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"cSpell.words": [
"Raspbian",
"Sysinfo",
"armhf",
"dpkg",
"mcrypt",
"shellcheck",
"swizzin",
"xenial"
],
"shellformat.flag": "-ci -sr -i 4 -ln bash",
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"shellcheck.customArgs": [
"-x"
],
"shellcheck.enableQuickFix": true,
"shellcheck.useWorkspaceRootAsCwd": true,
"shellcheck.run": "onType",
"editor.formatOnType": true,
"diffEditor.codeLens": true,
"telemetry.enableTelemetry": false,
"githubIssues.ignoreCompletionTrigger": [
"python",
"makefile",
"shellscript",
"bash"
],
"conventionalCommits.scopes": [
"ide",
"box",
"setup",
"apt",
"echos",
"swizdb",
"shellcheck",
],
"conventionalCommits.promptFooter": false
}