style(vscode): format settings file

This commit is contained in:
Michael Thomas 2023-11-16 10:55:54 -05:00
parent 59624111cf
commit 8ce2e64497

View File

@ -1,164 +1,162 @@
{ {
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.autofetch": true, "git.autofetch": true,
"git.confirmSync": false, "git.confirmSync": false,
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.fontSize": 14, "editor.fontSize": 14,
"editor.fontFamily": "'CaskaydiaCove Nerd Font', 'Cascadia Code', Menlo, Monaco, 'Courier New', monospace", "editor.fontFamily": "'CaskaydiaCove Nerd Font', 'Cascadia Code', Menlo, Monaco, 'Courier New', monospace",
"workbench.editorAssociations": { "workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook" "*.ipynb": "jupyter-notebook"
}, },
"editor.lineHeight": 20, "editor.lineHeight": 20,
"editor.suggestSelection": "first", "editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": { "files.exclude": {
"**/.classpath": true, "**/.classpath": true,
"**/.project": true, "**/.project": true,
"**/.settings": true, "**/.settings": true,
"**/.factorypath": true "**/.factorypath": true
}, },
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"intelephense.stubs": [ "intelephense.stubs": [
"apache", "apache",
"bcmath", "bcmath",
"bz2", "bz2",
"calendar", "calendar",
"com_dotnet", "com_dotnet",
"Core", "Core",
"ctype", "ctype",
"curl", "curl",
"date", "date",
"dba", "dba",
"dom", "dom",
"enchant", "enchant",
"exif", "exif",
"FFI", "FFI",
"fileinfo", "fileinfo",
"filter", "filter",
"fpm", "fpm",
"ftp", "ftp",
"gd", "gd",
"gettext", "gettext",
"gmp", "gmp",
"hash", "hash",
"iconv", "iconv",
"imap", "imap",
"intl", "intl",
"json", "json",
"ldap", "ldap",
"libxml", "libxml",
"mbstring", "mbstring",
"meta", "meta",
"mysqli", "mysqli",
"oci8", "oci8",
"odbc", "odbc",
"openssl", "openssl",
"pcntl", "pcntl",
"pcre", "pcre",
"PDO", "PDO",
"pdo_ibm", "pdo_ibm",
"pdo_mysql", "pdo_mysql",
"pdo_pgsql", "pdo_pgsql",
"pdo_sqlite", "pdo_sqlite",
"pgsql", "pgsql",
"Phar", "Phar",
"posix", "posix",
"pspell", "pspell",
"readline", "readline",
"Reflection", "Reflection",
"session", "session",
"shmop", "shmop",
"SimpleXML", "SimpleXML",
"snmp", "snmp",
"soap", "soap",
"sockets", "sockets",
"sodium", "sodium",
"SPL", "SPL",
"sqlite3", "sqlite3",
"standard", "standard",
"superglobals", "superglobals",
"sysvmsg", "sysvmsg",
"sysvsem", "sysvsem",
"sysvshm", "sysvshm",
"tidy", "tidy",
"tokenizer", "tokenizer",
"xml", "xml",
"xmlreader", "xmlreader",
"xmlrpc", "xmlrpc",
"xmlwriter", "xmlwriter",
"xsl", "xsl",
"Zend OPcache", "Zend OPcache",
"zip", "zip",
"zlib", "zlib",
"wordpress" "wordpress"
], ],
"terminal.integrated.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Cascadia Mono PL'", "terminal.integrated.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Cascadia Mono PL'",
"terminal.integrated.fontSize": 13, "terminal.integrated.fontSize": 13,
"[javascript]": { "[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[json]": { "[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[typescriptreact]": { "[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"svelte.enable-ts-plugin": true, "svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false, "svelte.plugin.svelte.note-new-transformation": false,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true, "workbench.list.smoothScrolling": true,
"window.commandCenter": false, "window.commandCenter": false,
"java.eclipse.downloadSources": true, "java.eclipse.downloadSources": true,
"java.configuration.runtimes": [ "java.configuration.runtimes": [
{ {
"name": "JavaSE-17", "name": "JavaSE-17",
"path": "/opt/homebrew/Cellar/openjdk@17/17.0.6/libexec/openjdk.jdk/Contents/Home", "path": "/opt/homebrew/Cellar/openjdk@17/17.0.6/libexec/openjdk.jdk/Contents/Home",
"default": true "default": true
} }
], ],
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"eslint.format.enable": true, "eslint.format.enable": true,
"[typescript]": { "[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"editor.formatOnSave": true, "editor.formatOnSave": true,
"[html]": { "[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[vue]": { "[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint" "editor.defaultFormatter": "dbaeumer.vscode-eslint"
}, },
"[markdown]": { "[markdown]": {
"editor.wordWrap": "bounded" "editor.wordWrap": "bounded"
}, },
"[latex]": { "[latex]": {
"editor.wordWrap": "bounded" "editor.wordWrap": "bounded"
}, },
"workbench.editor.enablePreview": false, "workbench.editor.enablePreview": false,
"typescript.updateImportsOnFileMove.enabled": "always", "typescript.updateImportsOnFileMove.enabled": "always",
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.black-formatter" "editor.defaultFormatter": "ms-python.black-formatter"
}, },
"[dart]": { "[dart]": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"editor.rulers": [ "editor.rulers": [80],
80 "editor.selectionHighlight": false,
], "editor.suggestSelection": "first",
"editor.selectionHighlight": false, "editor.tabCompletion": "onlySnippets",
"editor.suggestSelection": "first", "editor.wordBasedSuggestions": false
"editor.tabCompletion": "onlySnippets", },
"editor.wordBasedSuggestions": false "[svelte]": {
}, "editor.defaultFormatter": "esbenp.prettier-vscode"
"[svelte]": { },
"editor.defaultFormatter": "esbenp.prettier-vscode" "nix.enableLanguageServer": true,
}, "nix.serverPath": "nil",
"workbench.colorTheme": "Min Dark", "workbench.colorTheme": "Min Dark"
"nix.enableLanguageServer": true,
"nix.serverPath": "nil"
} }