From 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Sun, 13 Apr 2025 19:54:19 +0200 Subject: init: initial commit --- .obsidian/plugins/pseudocode-in-obs/data.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 .obsidian/plugins/pseudocode-in-obs/data.json (limited to '.obsidian/plugins/pseudocode-in-obs/data.json') 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 -- cgit v1.2.3