-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
executable file
·31 lines (31 loc) · 1.04 KB
/
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
{
"editor.rulers": [80],
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"security.workspace.trust.startupPrompt": "never",
"security.workspace.trust.enabled": false,
"window.titleBarStyle": "custom",
"window.newWindowDimensions": "fullscreen",
"window.restoreFullscreen": true,
"redhat.telemetry.enabled": false,
"window.customMenuBarAltFocus": false,
"editor.formatOnSave": true,
"editor.cursorBlinking": "smooth",
"extensions.ignoreRecommendations": true,
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"git.enableCommitSigning": true,
"git.enableSmartCommit": true,
"git.suggestSmartCommit": false,
"git.useEditorAsCommitInput": false,
"git.postCommitCommand": "sync",
"git.confirmSync": false,
"dart.flutterSdkPath": "/opt/flutter",
"sqltools.autoOpenSessionFiles": false,
"window.commandCenter": false,
"breadcrumbs.enabled": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}