diff options
Diffstat (limited to '.obsidian/plugins/pseudocode-in-obs/data.json')
| -rwxr-xr-x | .obsidian/plugins/pseudocode-in-obs/data.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.obsidian/plugins/pseudocode-in-obs/data.json b/.obsidian/plugins/pseudocode-in-obs/data.json new file mode 100755 index 0000000..fffafed --- /dev/null +++ b/.obsidian/plugins/pseudocode-in-obs/data.json @@ -0,0 +1,15 @@ +{ + "blockSize": 99, + "preambleEnabled": false, + "preamblePath": "preamble.sty", + "preambleLoadedNotice": false, + "followSystemTheme": true, + "jsSettings": { + "indentSize": "1.2em", + "commentDelimiter": "//", + "lineNumber": false, + "lineNumberPunc": ":", + "noEnd": false, + "scopeLines": false + } +}
\ No newline at end of file |
