|
1 | 1 | {
|
| 2 | + "[caddyfile]": { |
| 3 | + "editor.defaultFormatter": "matthewpi.caddyfile-support" |
| 4 | + }, |
2 | 5 | "[dockercompose]": {
|
3 | 6 | "editor.defaultFormatter": "ms-azuretools.vscode-docker"
|
4 | 7 | },
|
|
175 | 178 | "explorer.fileNesting.enabled": true,
|
176 | 179 | "explorer.fileNesting.expand": false,
|
177 | 180 | "explorer.fileNesting.patterns": {
|
| 181 | + ".clang-tidy": ".clang-format, .clangd, compile_commands.json", |
| 182 | + ".env": "*.env, .env.*, .envrc, env.d.ts", |
| 183 | + ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", |
| 184 | + ".project": ".classpath", |
178 | 185 | "*.asax": "$(capture).*.cs, $(capture).*.vb",
|
179 | 186 | "*.ascx": "$(capture).*.cs, $(capture).*.vb",
|
180 | 187 | "*.ashx": "$(capture).*.cs, $(capture).*.vb",
|
|
203 | 210 | "*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
|
204 | 211 | "*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue",
|
205 | 212 | "*.xaml": "$(capture).xaml.cs",
|
206 |
| - ".clang-tidy": ".clang-format, .clangd, compile_commands.json", |
207 |
| - ".env": "*.env, .env.*, .envrc, env.d.ts", |
208 |
| - ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", |
209 |
| - ".project": ".classpath", |
210 |
| - "BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE", |
211 |
| - "CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json", |
212 | 213 | "artisan": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, server.php, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, webpack.mix.js, windi.config.*",
|
213 | 214 | "astro.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*",
|
| 215 | + "BUILD.bazel": "*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE", |
214 | 216 | "cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml",
|
| 217 | + "CMakeLists.txt": "*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json", |
215 | 218 | "composer.json": ".php*.cache, composer.lock, phpunit.xml*, psalm*.xml",
|
216 | 219 | "default.nix": "shell.nix",
|
217 | 220 | "deno.json*": "*.env, .env.*, .envrc, api-extractor.json, env.d.ts, import-map.json, import_map.json, jsconfig.*, tsconfig.*, tsdoc.*",
|
|
240 | 243 | },
|
241 | 244 | "files.autoSave": "onFocusChange",
|
242 | 245 | "files.eol": "\n",
|
| 246 | + "files.insertFinalNewline": true, |
243 | 247 | "git-graph.tabIconColourTheme": "grey",
|
244 | 248 | "git.autofetch": true,
|
245 | 249 | "git.openRepositoryInParentFolders": "never",
|
|
320 | 324 | "typescript.updateImportsOnFileMove.enabled": "always",
|
321 | 325 | "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
322 | 326 | "where-am-i.colorful": false,
|
| 327 | + "window.nativeFullScreen": true, |
323 | 328 | "window.titleBarStyle": "custom",
|
324 | 329 | "workbench.colorCustomizations": {
|
325 | 330 | "terminal.ansiBlack": "#3b4252",
|
|
340 | 345 | "terminal.ansiYellow": "#ebcb8b",
|
341 | 346 | "terminal.foreground": "#d8dee9"
|
342 | 347 | },
|
343 |
| - "workbench.colorTheme": "One Dark Pro", |
| 348 | + "workbench.colorTheme": "Gruvbox Dark Medium", |
344 | 349 | "workbench.editor.labelFormat": "short",
|
345 | 350 | "workbench.editor.languageDetection": true,
|
346 | 351 | "workbench.editor.pinnedTabsOnSeparateRow": true,
|
347 |
| - "workbench.iconTheme": "material-icon-theme", |
348 | 352 | "workbench.list.horizontalScrolling": true,
|
349 | 353 | "workbench.list.smoothScrolling": true,
|
350 | 354 | "workbench.productIconTheme": "fluent-icons",
|
|
353 | 357 | "workbench.startupEditor": "none",
|
354 | 358 | "workbench.statusBar.visible": true,
|
355 | 359 | "workbench.tree.enableStickyScroll": true,
|
356 |
| - "workbench.tree.indent": 20 |
| 360 | + "workbench.tree.indent": 20, |
| 361 | + "workbench.iconTheme": "catppuccin-mocha" |
357 | 362 | }
|
0 commit comments