-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
36 lines (36 loc) · 1.32 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
{
"editor.renderWhitespace": "trailing",
"editor.multiCursorModifier": "ctrlCmd",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontLigatures": true,
"prettier.tabWidth": 4,
"editor.minimap.autohide": true,
"security.workspace.trust.startupPrompt": "always",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.printWidth": 120,
"prettier.arrowParens": "avoid",
"workbench.colorTheme": "Caelestia",
"window.menuBarVisibility": "toggle",
"diffEditor.hideUnchangedRegions.enabled": true,
"workbench.list.smoothScrolling": true,
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"javascript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"codeium.enableCodeLens": false,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"editor.suggestSelection": "recentlyUsedByPrefix",
"workbench.iconTheme": "catppuccin-mocha",
"git.enableSmartCommit": true,
"codeium.enableConfig": {
"*": true,
"fish": true
},
"[c]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
}
}