-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18c955e
commit 6166245
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"editor.formatOnPaste": true, | ||
"editor.minimap.enabled": true, | ||
"editor.snippetSuggestions": "top", | ||
"editor.tabSize": 4, | ||
"files.exclude": { | ||
"Lib/": false, | ||
"Scripts/": false, | ||
"tcl/": false, | ||
"Include/": false, | ||
".vscode/": false, | ||
"**/static-only/": false, | ||
"*/application/__pycache__/": false, | ||
"*/application/migrations/": false, | ||
"*/contact/__pycache__/": false, | ||
"*/contact/migrations/": false, | ||
"*/device/__pycache__/": false, | ||
"*/device/migrations/": false, | ||
"*/facility/__pycache__/": false, | ||
"*/facility/migrations/": false, | ||
"*/management/__pycache__/": false, | ||
"*/management/migrations/": false, | ||
"*/pdiPortal/__pycache__/": false, | ||
"*/publisher/__pycache__/": false, | ||
"*/publisher/migrations/": false, | ||
"*/store/__pycache__/": false, | ||
"*/store/migrations/": false | ||
} | ||
"editor.formatOnPaste": true, | ||
"editor.minimap.enabled": true, | ||
"editor.snippetSuggestions": "top", | ||
"editor.tabSize": 4, | ||
"files.exclude": { | ||
"Lib/": true, | ||
"Scripts/": true, | ||
"tcl/": true, | ||
"Include/": true, | ||
".vscode/": true, | ||
"**/static-only/": true, | ||
"*/application/__pycache__/": true, | ||
"*/application/migrations/": true, | ||
"*/contact/__pycache__/": true, | ||
"*/contact/migrations/": true, | ||
"*/device/__pycache__/": true, | ||
"*/device/migrations/": true, | ||
"*/facility/__pycache__/": true, | ||
"*/facility/migrations/": true, | ||
"*/management/__pycache__/": true, | ||
"*/management/migrations/": true, | ||
"*/pdiPortal/__pycache__/": true, | ||
"*/publisher/__pycache__/": true, | ||
"*/publisher/migrations/": true, | ||
"*/store/__pycache__/": true, | ||
"*/store/migrations/": true | ||
} | ||
} |