-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
157 lines (157 loc) · 5.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"extensions.ignoreRecommendations": true,
"workbench.iconTheme": "vscode-icons",
"editor.codeLens": false,
"vsicons.dontShowNewVersionMessage": true,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"explorer.confirmDelete": false,
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "C:\\Program Files\\Git\\git-cmd.exe",
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDragAndDrop": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.linkedEditing": true,
"editor.fontFamily": "'DroidSansM Nerd Font Mono', Consolas, 'Courier New', monospace",
"prettier.useTabs": true,
"editor.lineHeight": 1.5,
"prettier.printWidth": 600,
"python.formatting.provider": "black",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"settingsSync.keybindingsPerPlatform": false,
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.startupEditor": "none",
"editor.renderControlCharacters": false,
"emmet.includeLanguages": {
"jinja-html": "html",
"postcss": "css"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.defaultProfile.linux": "zsh",
"editor.detectIndentation": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.stickyScroll.enabled": true,
"highlight.regexes": {
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
"filterFileRegex": ".*(?<!CHANGELOG.md)$",
"decorations": [
{
"overviewRulerColor": "#ffcc00",
"backgroundColor": "#ffcc00",
"color": "#1f1f1f",
"fontWeight": "bold"
},
{
"backgroundColor": "#ffcc00",
"color": "#1f1f1f"
}
]
},
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:FIXME|FIX|BUG|UGLY|DEBUG|HACK)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
"filterFileRegex": ".*(?<!CHANGELOG.md)$",
"decorations": [
{
"overviewRulerColor": "#cc0000",
"backgroundColor": "#cc0000",
"color": "#1f1f1f",
"fontWeight": "bold"
},
{
"backgroundColor": "#cc0000",
"color": "#1f1f1f"
}
]
},
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:REVIEW|OPTIMIZE|TSC)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
"filterFileRegex": ".*(?<!CHANGELOG.md)$",
"decorations": [
{
"overviewRulerColor": "#00ccff",
"backgroundColor": "#00ccff",
"color": "#1f1f1f",
"fontWeight": "bold"
},
{
"backgroundColor": "#00ccff",
"color": "#1f1f1f"
}
]
},
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:IDEA|NOTE)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
"filterFileRegex": ".*(?<!CHANGELOG.md)$",
"decorations": [
{
"overviewRulerColor": "#cc00cc",
"backgroundColor": "#cc00cc",
"color": "#1f1f1f",
"fontWeight": "bold"
},
{
"backgroundColor": "#cc00cc",
"color": "#1f1f1f"
}
]
}
},
"todo.indentation": " ",
"scss.lint.unknownAtRules": "ignore",
"workbench.colorTheme": "Rosé Pine",
"css.lint.unknownAtRules": "ignore",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.tabSize": 4
},
"python.analysis.typeCheckingMode": "basic",
"color-highlight.languages": [
"*"
],
"color-highlight.matchWords": true,
"files.associations": {
"*.css": "postcss"
},
"editor.unicodeHighlight.includeComments": false,
"editor.tabSize": 2,
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?",
"editor.tokenColorCustomizations": {
"textMateRules": []
},
"window.zoomLevel": 1,
"editor.minimap.renderCharacters": false,
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"classNames",
"modifiersClassNames",
"toastOptions"
],
"tailwindCSS.experimental.classRegex": [
[
"cva\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
"\"(.*?)\""
],
[
"cx\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
"\"(.*?)\""
],
],
"security.allowedUNCHosts": [
"wsl.localhost"
],
"telemetry.telemetryLevel": "off",
"terminal.integrated.env.linux": {},
"terminal.integrated.env.windows": {},
"reactSnippets.settings.importReactOnTop": false,
"workbench.layoutControl.enabled": false,
}