summaryrefslogtreecommitdiff
path: root/.obsidian/plugins/pseudocode-in-obs/data.json
blob: fffafed1bd7f9b6c9a1ba597ba7528bb11c95224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "blockSize": 99,
  "preambleEnabled": false,
  "preamblePath": "preamble.sty",
  "preambleLoadedNotice": false,
  "followSystemTheme": true,
  "jsSettings": {
    "indentSize": "1.2em",
    "commentDelimiter": "//",
    "lineNumber": false,
    "lineNumberPunc": ":",
    "noEnd": false,
    "scopeLines": false
  }
}