|
32 | 32 | "breadcrumbs.enabled": true,
|
33 | 33 | "codeium.enableConfig": {
|
34 | 34 | "*": true,
|
| 35 | + "caddyfile": true, |
35 | 36 | "dockercompose": true,
|
| 37 | + "java-properties": true, |
36 | 38 | "markdown": true
|
37 | 39 | },
|
38 | 40 | "codeium.enableSearch": true,
|
|
44 | 46 | "editor.accessibilitySupport": "off",
|
45 | 47 | "editor.bracketPairColorization.enabled": true,
|
46 | 48 | "editor.codeActionsOnSave": {
|
47 |
| - "source.fixAll": "explicit", |
| 49 | + "source.fixAll.eslint": "explicit", |
| 50 | + "source.fixAll.format": "explicit", |
| 51 | + "source.fixAll.htmlhint": "explicit", |
| 52 | + "source.fixAll.stylelint": "explicit", |
48 | 53 | "source.organizeImports": "never"
|
49 | 54 | },
|
50 | 55 | "editor.cursorBlinking": "smooth",
|
51 | 56 | "editor.cursorSmoothCaretAnimation": "on",
|
52 | 57 | "editor.cursorStyle": "line",
|
| 58 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
53 | 59 | "editor.fontFamily": "Delugia",
|
54 | 60 | "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum', 'calt', 'ss01'",
|
55 | 61 | "editor.fontSize": 16,
|
|
275 | 281 | "192.168.1.21": "linux"
|
276 | 282 | },
|
277 | 283 | "remoteHub.uncommittedChangesOnEntry": "none",
|
| 284 | + "scm.experimental.showHistoryGraph": true, |
278 | 285 | "search.useGlobalIgnoreFiles": true,
|
279 | 286 | "search.useIgnoreFiles": true,
|
280 | 287 | "security.workspace.trust.untrustedFiles": "open",
|
|
0 commit comments