|
1 | 1 | { |
| 2 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 3 | + "typescript.locale": "en", |
| 4 | + "git.autofetch": "all", |
| 5 | + "git.countBadge": "tracked", |
| 6 | + "git.fetchOnPull": true, |
| 7 | + "git.inputValidationSubjectLength": 72, |
| 8 | + "git.inputValidationLength": 72, |
| 9 | + "git.inputValidation": true, |
| 10 | + "git.showPushSuccessNotification": true, |
| 11 | + "github.copilot.enable": { |
| 12 | + "plaintext": true, |
| 13 | + "markdown": true |
| 14 | + }, |
| 15 | + "github.copilot.chat.localeOverride": "en", |
2 | 16 | "editor.codeActionsOnSave": { |
3 | 17 | "source.fixAll": "explicit", |
4 | 18 | "source.organizeImports": "explicit", |
5 | 19 | "source.sortMembers": "explicit" |
6 | 20 | }, |
7 | | - "cSpell.words": ["bitcode", "codegen", "commitlint", "nativewind", "Pressable", "startscreen", "Subviews", "tsup"] |
| 21 | + "files.autoSave": "off", |
| 22 | + "files.trimTrailingWhitespace": true, |
| 23 | + "files.eol": "\n", |
| 24 | + "files.trimFinalNewlines": false, |
| 25 | + "[plaintext]": { |
| 26 | + "editor.formatOnSave": false |
| 27 | + }, |
| 28 | + "[git-commit]": { |
| 29 | + "editor.rulers": [72], |
| 30 | + "editor.wordWrap": "off", |
| 31 | + "workbench.editor.restoreViewState": false |
| 32 | + }, |
| 33 | + "cSpell.words": ["bitcode", "codegen", "commitlint", "nativewind", "Pressable", "startscreen", "Subviews", "tsup"], |
| 34 | + "githubCodeOwners.format.enabled": true, |
| 35 | + "typescript.preferences.importModuleSpecifier": "non-relative", |
| 36 | + "typescript.experimental.expandableHover": true |
8 | 37 | } |
0 commit comments