-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
135 lines (134 loc) · 4.89 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"apc.font.family": "Inter",
"files.insertFinalNewline": true,
"debug.console.fontFamily": "JetBrains mono",
"debug.console.fontSize": 15,
"debug.console.lineHeight": 35,
"debug.toolBarLocation": "docked",
"diffEditor.ignoreTrimWhitespace": false,
"editor.smoothScrolling": true,
"editor.bracketPairColorization.enabled": false,
"editor.cursorStyle": "line",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": "'ss01', 'cv03', 'zero'",
"editor.fontSize": 14,
"editor.glyphMargin": false,
"editor.cursorSmoothCaretAnimation": "on",
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.guides.indentation": false,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 25,
"editor.lineNumbers": "on",
"editor.matchBrackets": "near",
"editor.minimap.enabled": true,
"editor.occurrencesHighlight": "off",
"editor.renderLineHighlight": "line",
"editor.renderWhitespace": "none",
"editor.scrollbar.horizontalScrollbarSize": 8,
"editor.scrollbar.verticalScrollbarSize": 8,
"editor.stickyScroll.enabled": false,
"editor.mouseWheelZoom": true,
"explorer.compactFolders": false,
"explorer.decorations.badges": false,
"explorer.openEditors.visible": 1,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"markdown.preview.markEditorSelection": false,
"problems.decorations.enabled": false,
"scm.diffDecorations": "none",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.85,
"window.autoDetectColorScheme": true,
"window.newWindowDimensions": "inherit",
"workbench.editor.enablePreview": false,
"workbench.editor.revealIfOpen": true,
"workbench.iconTheme": "symbols",
"workbench.list.horizontalScrolling": true,
"workbench.preferredDarkColorTheme": "GitHub Dark Colorblind (Beta)",
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"workbench.tree.indent": 16,
"workbench.tree.renderIndentGuides": "none",
"window.customTitleBarVisibility": "auto",
"symbols.hidesExplorerArrows": false,
"security.workspace.trust.untrustedFiles": "open",
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [],
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "on",
"editor.wordBasedSuggestions": "allDocuments"
},
"security.workspace.trust.banner": "never",
"[blade]": {},
"editor.formatOnSave": true,
"scm.inputFontFamily": "JetBrains mono",
"[php]": {},
"editor.unicodeHighlight.nonBasicASCII": false,
"editor.formatOnPaste": true,
"bladeFormatter.format.sortHtmlAttributes": "code-guide",
"bladeFormatter.format.sortTailwindcssClasses": true,
"razor.format.codeBlockBraceOnNextLine": true,
"editor.quickSuggestionsDelay": 0,
"emmet.showSuggestionsAsSnippets": true,
"editor.quickSuggestions": {
"comments": true,
"strings": true,
"other": true
},
"tailwindCSS.includeLanguages": {
"blade": "html"
},
"workbench.editor.editorActionsLocation": "hidden",
"phpTools.language": "en",
"laravel-pint.enable": true,
"editor.snippetSuggestions": "top",
"editor.parameterHints.enabled": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.cursorBlinking": "smooth",
"editor.accessibilitySupport": "off",
"explorer.confirmPasteNative": false,
"dart.flutterSdkPath": "/home/loww/dev/flutter/flutter-sdk",
"catppuccin-noctis-icons.hidesExplorerArrows": false,
"redhat.telemetry.enabled": false,
"workbench.activityBar.location": "top",
"breadcrumbs.enabled": false,
"workbench.colorCustomizations": {
"sideBar.background": "#0a0a0a",
"editor.background": "#0a0a0a",
"statusBar.background": "#0a0a0a",
"statusBar.debuggingBackground": "#0a0a0a",
"statusBar.noFolderBackground": "#0a0a0a",
"menu.background": "#141414",
"terminal.background": "#0a0a0a",
"panel.background": "#0a0a0a",
"tab.inactiveBackground": "#0a0a0a",
"tab.hoverBackground": "#141414",
"tab.activeBackground": "#141414",
"titleBar.activeBackground": "#0a0a0a",
"editorGroupHeader.tabsBackground": "#0a0a0a"
},
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"codeium.enableCodeLens": false,
"workbench.layoutControl.enabled": false,
"chat.commandCenter.enabled": false,
"codeium.enableConfig": {
"*": true,
"markdown": true,
"bat": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.printWidth": 100,
"window.menuBarVisibility": "compact"
}