-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
38 lines (38 loc) · 952 Bytes
/
app.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
{
"vimMode": true,
"promptDelete": false,
"spellcheck": false,
"showLineNumber": false,
"foldHeading": true,
"readableLineLength": true,
"showInlineTitle": false,
"smartIndentList": true,
"strictLineBreaks": false,
"foldIndent": true,
"trashOption": "local",
"newFileLocation": "current",
"newLinkFormat": "relative",
"useMarkdownLinks": true,
"attachmentFolderPath": "./attachments",
"newFileFolderPath": "00 Inbox",
"livePreview": true,
"defaultViewMode": "source",
"showIndentGuide": true,
"alwaysUpdateLinks": true,
"focusNewTab": true,
"showUnsupportedFiles": true,
"rightToLeft": false,
"legacyEditor": false,
"autoConvertHtml": true,
"showFrontmatter": false,
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"autoPairBrackets": true,
"tabSize": 2,
"propertiesInDocument": "visible"
}