-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
samui-samui.de.code-workspace
58 lines (58 loc) · 1.44 KB
/
samui-samui.de.code-workspace
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
{
"folders": [
{
"path": "."
},
{
"path": "../hugo-modules"
},
{
"path": "../configurations"
},
{
"path": "../namespace"
}
],
"settings": {
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": [
"./static/_schemata/*.schema.yaml"
]
},
"files.associations": {
"**/layouts/**.html": "gohtml",
"**/layouts/**.xml": "gotemplate",
"**/layouts/**.json": "gojson",
"**/layouts/**.txt": "gotemplate",
},
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true
},
"explorer.fileNesting.patterns": {
"hugo.log": "hugo_stats.json, .hugo_build.lock"
},
"html.format.wrapLineLength": 120,
"editor.wordWrapColumn": 120,
"diffEditor.wordWrap": "on",
"js/ts.implicitProjectConfig.checkJs": true,
"markdownlint.run": "onSave",
"markdown.extension.list.indentationSize": "inherit",
"markdown.extension.syntax.decorationFileSizeLimit": 500000,
"markdown.extension.syntax.plainTheme": true,
"markdown.extension.tableFormatter.delimiterRowNoPadding": true,
"markdown.extension.tableFormatter.normalizeIndentation": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"frontMatter.dashboard.openOnStart": true
}
}