From c9decbcc697217fa6294c992fa91e1c68a1e5ce4 Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Sun, 24 Nov 2024 15:26:22 +0100 Subject: [PATCH] Add sublime configuration --- sublime-config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sublime-config.json diff --git a/sublime-config.json b/sublime-config.json new file mode 100644 index 0000000..24862b8 --- /dev/null +++ b/sublime-config.json @@ -0,0 +1,11 @@ +{ + "font_size": 14, + "ignored_packages": + [ + "Vintage", + ], + "index_files": true, + + "hot_exit": false, + "remember_open_files": false +} \ No newline at end of file