Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
1c086e73
Commit
1c086e73
authored
Jan 12, 2021
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🚀
feat: Remove .vscode
parent
8edf758e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
54 deletions
+0
-54
.vscode/settings.json
+0
-54
No files found.
.vscode/settings.json
deleted
100644 → 0
View file @
8edf758e
{
"[vue]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"editor.quickSuggestions"
:
{
"strings"
:
true
},
"workbench.colorTheme"
:
"One Monokai"
,
"editor.tabSize"
:
2
,
"editor.detectIndentation"
:
false
,
"emmet.triggerExpansionOnTab"
:
true
,
"editor.formatOnSave"
:
true
,
"javascript.format.enable"
:
true
,
"git.enableSmartCommit"
:
true
,
"git.autofetch"
:
true
,
"git.confirmSync"
:
false
,
"[json]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"liveServer.settings.donotShowInfoMsg"
:
true
,
"explorer.confirmDelete"
:
false
,
"javascript.updateImportsOnFileMove.enabled"
:
"always"
,
"typescript.updateImportsOnFileMove.enabled"
:
"always"
,
"files.exclude"
:
{
"**/.idea"
:
true
},
"editor.codeActionsOnSave"
:
{
"source.fixAll.stylelint"
:
true
,
"source.fixAll.eslint"
:
true
},
"[javascript]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"[jsonc]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"[html]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"editor.suggest.snippetsPreventQuickSuggestions"
:
false
,
"prettier.htmlWhitespaceSensitivity"
:
"ignore"
,
"prettier.vueIndentScriptAndStyle"
:
true
,
"docthis.authorName"
:
"chuzhixin 1204505056@qq.com"
,
"docthis.includeAuthorTag"
:
true
,
"docthis.includeDescriptionTag"
:
true
,
"docthis.enableHungarianNotationEvaluation"
:
true
,
"docthis.inferTypesFromNames"
:
true
,
"vetur.format.defaultFormatter.html"
:
"prettier"
,
"files.autoSave"
:
"onFocusChange"
,
"path-intellisense.mappings"
:
{
"@"
:
"${workspaceRoot}/src"
},
"files.eol"
:
"
\n
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment