summaryrefslogtreecommitdiff
path: root/profiles/main/data/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r--profiles/main/data/settings.json16
1 files changed, 15 insertions, 1 deletions
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