-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
40 lines (40 loc) · 1.17 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"window.zoomLevel": 0,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"liveshare.guestApprovalRequired": true,
"editor.fontSize": 16,
"editor.lineHeight": 26,
"editor.smoothScrolling": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"debug.inlineValues": true,
"editor.mouseWheelZoom": true,
"editor.rulers": [120],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/_site": true,
"**/tmp": true,
"**/*.pyc": true,
"**/*.asset-cache": true,
"**/*.cache": true,
"**/*.jekyll-cache": true,
"**/*.tweet-cache": true,
"**/__pycache__": true,
"**/.pytest_cache": true,
"**/*.egg-info": true,
"**/*.coverage": true,
"**/celerybeat-schedule": true,
"**/node_modules": true,
"**/bower_components": true,
"**/build": true,
"**/release": true
}
}