4141 },
4242 "css.lint.unknownAtRules" : " ignore" ,
4343 "debug.javascript.codelens.npmScripts" : " never" ,
44- "diffEditor.ignoreTrimWhitespace" : true ,
44+ "diffEditor.ignoreTrimWhitespace" : false ,
4545 "editor.accessibilitySupport" : " off" ,
4646 "editor.bracketPairColorization.enabled" : true ,
4747 "editor.codeActionsOnSave" : {
6060 "editor.inlayHints.enabled" : " offUnlessPressed" ,
6161 "editor.insertSpaces" : true ,
6262 "editor.linkedEditing" : true ,
63- "editor.minimap.enabled" : false ,
63+ "editor.minimap.enabled" : true ,
6464 "editor.minimap.renderCharacters" : false ,
6565 "editor.minimap.size" : " fill" ,
6666 "editor.multiCursorModifier" : " alt" ,
7373 "javascript" : " javascriptreact"
7474 },
7575 "eslint.options" : {
76- "extensions" : [" .js" , " .jsx" , " .md" , " .mdx" , " .ts" , " .tsx" , " .astro" ]
77- },
78- "eslint.validate" : [" mdx" , " markdown" , " javascript" , " javascriptreact" , " typescript" , " typescriptreact" , " astro" ],
76+ "extensions" : [
77+ " .js" ,
78+ " .jsx" ,
79+ " .md" ,
80+ " .mdx" ,
81+ " .ts" ,
82+ " .tsx" ,
83+ " .astro"
84+ ]
85+ },
86+ "eslint.validate" : [
87+ " mdx" ,
88+ " markdown" ,
89+ " javascript" ,
90+ " javascriptreact" ,
91+ " typescript" ,
92+ " typescriptreact" ,
93+ " astro"
94+ ],
7995 "explorer.compactFolders" : false ,
8096 "explorer.confirmDelete" : false ,
8197 "explorer.confirmDragAndDrop" : false ,
103119 },
104120 "git.autofetch" : true ,
105121 "git.branchPrefix" : " feature/" ,
106- "git.branchProtection" : [" develop" , " main" ],
122+ "git.branchProtection" : [
123+ " develop" ,
124+ " main"
125+ ],
107126 "git.branchRandomName.enable" : true ,
108127 "git.confirmSync" : false ,
109128 "git.enableCommitSigning" : false ,
114133 "js/ts.implicitProjectConfig.checkJs" : true ,
115134 "peacock.affectSideBarBorder" : true ,
116135 "peacock.color" : " #6A3B98" ,
117- "prettier.documentSelectors" : [" **/*.astro" ],
136+ "prettier.documentSelectors" : [
137+ " **/*.astro"
138+ ],
118139 "prettier.printWidth" : 120 ,
119140 "prettier.quoteProps" : " consistent" ,
120141 "prettier.singleQuote" : false ,
171192 "files.readonlyInclude" : {
172193 ".githooks/**" : true
173194 },
174- "typescript.preferences.preferGoToSourceDefinition" : true
195+ "typescript.preferences.preferGoToSourceDefinition" : true ,
196+ "[xml]" : {
197+ "editor.defaultFormatter" : " redhat.vscode-xml"
198+ }
175199 }
176- }
200+ }
0 commit comments