|
59 | 59 | "editor.inlayHints.enabled": "offUnlessPressed", |
60 | 60 | "editor.insertSpaces": true, |
61 | 61 | "editor.linkedEditing": true, |
62 | | - "editor.minimap.enabled": false, |
| 62 | + "editor.minimap.enabled": true, |
63 | 63 | "editor.minimap.renderCharacters": false, |
64 | 64 | "editor.minimap.size": "fill", |
65 | 65 | "editor.multiCursorModifier": "alt", |
|
72 | 72 | "javascript": "javascriptreact" |
73 | 73 | }, |
74 | 74 | "eslint.options": { |
75 | | - "extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro"] |
| 75 | + "extensions": [ ".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro" ] |
76 | 76 | }, |
77 | | - "eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro"], |
| 77 | + "eslint.validate": [ "mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro" ], |
78 | 78 | "explorer.compactFolders": false, |
79 | 79 | "explorer.confirmDelete": false, |
80 | 80 | "explorer.confirmDragAndDrop": false, |
|
111 | 111 | }, |
112 | 112 | "git.autofetch": true, |
113 | 113 | "git.branchPrefix": "feature/", |
114 | | - "git.branchProtection": ["develop", "main"], |
| 114 | + "git.branchProtection": [ "develop", "main" ], |
115 | 115 | "git.branchRandomName.enable": true, |
116 | 116 | "git.confirmSync": false, |
117 | 117 | "git.enableCommitSigning": false, |
|
122 | 122 | "js/ts.implicitProjectConfig.checkJs": true, |
123 | 123 | "peacock.affectSideBarBorder": true, |
124 | 124 | "peacock.color": "#010010", |
125 | | - "prettier.documentSelectors": ["**/*.astro"], |
| 125 | + "prettier.documentSelectors": [ "**/*.astro" ], |
126 | 126 | "prettier.printWidth": 120, |
127 | 127 | "prettier.quoteProps": "consistent", |
128 | 128 | "prettier.singleQuote": false, |
|
148 | 148 | "*.log": "default" |
149 | 149 | }, |
150 | 150 | "zenMode.centerLayout": false, |
151 | | - "cSpell.words": ["Boisu", "Poorna", "Socie", "withastro"], |
| 151 | + "cSpell.words": [ |
| 152 | + "Boisu", |
| 153 | + "brandvault", |
| 154 | + "Poorna", |
| 155 | + "Socie", |
| 156 | + "withastro" |
| 157 | + ], |
152 | 158 | "workbench.editor.limit.excludeDirty": true, |
153 | 159 | "workbench.colorCustomizations": { |
154 | 160 | "activityBar.activeBackground": "#040043", |
|
171 | 177 | "titleBar.inactiveForeground": "#e7e7e799", |
172 | 178 | "tab.activeBorder": "#040043" |
173 | 179 | }, |
174 | | - "folder-color.pathColors": [] |
| 180 | + "folder-color.pathColors": [ ] |
175 | 181 | } |
176 | 182 | } |
0 commit comments