From 59048c126fd5a645638d156c49d4da0ecc809bb4 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 6 Oct 2024 14:11:32 +0300 Subject: profile(main): update -- 2024-10-06T11:11:32.638Z --- profiles/main/data/settings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'profiles/main/data/settings.json') diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 36afb95..46b121f 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -178,5 +178,19 @@ "workbench.iconTheme": "vscode-great-icons", "workbench.productIconTheme": "icons-carbon", "workbench.startupEditor": "none", - "workbench.tips.enabled": false + "workbench.tips.enabled": false, + "[json]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "editor.largeFileOptimizations": false, + "[jsonc]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "explorer.fileNesting.enabled": true, + "explorer.fileNesting.patterns": { + "*.templ": "${capture}_templ.go,${capture}_templ.txt", + "*.go": "${capture}_gen.go,${capture}.gen.go" + }, + "files.autoGuessEncoding": true, + "files.simpleDialog.enable": true } \ No newline at end of file -- cgit v1.2.3