{
	//catppuccin.catppuccin-vsc-pack
	"workbench.colorTheme": "Catppuccin Mocha",
	"workbench.iconTheme": "catppuccin-mocha",
	"workbench.editor.enablePreview": false,
	"workbench.activityBar.location": "hidden",
	"window.dialogStyle": "native",
	"window.confirmSaveUntitledWorkspace": false,
	"telemetry.telemetryLevel": "off",
	"editor.minimap.enabled": false,
	"editor.fontFamily": "FiraCode Nerd Font Mono",
	"editor.fontLigatures": true,
	"editor.cursorBlinking": "smooth",
	"editor.cursorSmoothCaretAnimation": "on",
	"editor.cursorStyle": "block",
	"editor.formatOnPaste": true,
	"editor.formatOnSave": true,
	"editor.formatOnSaveMode": "modificationsIfAvailable",
	"git.enableSmartCommit": true,
	"git.confirmSync": false,
	"git.ignoreMissingGitWarning": true,
	"git.autofetch": true,
	"git.openRepositoryInParentFolders": "never",
	"git.ignoreRebaseWarning": true,
	"terminal.integrated.fontFamily": "FiraCode Nerd Font Mono",
	"terminal.integrated.fontLigatures.enabled": true,
	"files.autoSave": "afterDelay",
	"security.workspace.trust.untrustedFiles": "open",
	"explorer.confirmDelete": false,
	"js/ts.updateImportsOnFileMove.enabled": "always",
	"diffEditor.ignoreTrimWhitespace": false,
	"catppuccin-icons.hidesExplorerArrows": true,
	"catppuccin-icons.specificFolders": false,
	"biome.enabled": true,
	"[python]": {
		"editor.formatOnSave": true,
		"diffEditor.ignoreTrimWhitespace": false,
		"editor.formatOnType": true,
		"editor.wordBasedSuggestions": "off",
		"editor.defaultFormatter": "charliermarsh.ruff"
	},
	"[css]": {
		"editor.defaultFormatter": "vscode.css-language-features"
	},
	"[yaml]": {
		"editor.defaultFormatter": "redhat.vscode-yaml"
	},
	"[jsonc]": {
		"editor.defaultFormatter": "biomejs.biome"
	},
	"[json]": {
		"editor.defaultFormatter": "biomejs.biome"
	},
	"[toml]": {
		"editor.defaultFormatter": "tamasfe.even-better-toml"
	},
	"[typescript]": {
		"editor.defaultFormatter": "biomejs.biome"
	},
	"[html]": {
		"editor.defaultFormatter": "biomejs.biome"
	},
	"[shellscript]": {
		"editor.defaultFormatter": "mkhl.shfmt"
	},
	"[javascript]": {
		"editor.defaultFormatter": "biomejs.biome"
	},
	"[dart]": {
		"editor.formatOnSave": true,
		"editor.formatOnType": true,
		"editor.rulers": [80],
		"editor.selectionHighlight": false,
		"editor.tabCompletion": "onlySnippets",
		"editor.wordBasedSuggestions": "off"
	},
	"shfmt.executableArgs": ["-i", "4"]
}
