From 2305ef33d11cc036f4606efbe3d0d3e07191240f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 22 Sep 2022 17:38:48 +0000 Subject: [PATCH] add Nova configuration --- .nova/Configuration.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .nova/Configuration.json diff --git a/.nova/Configuration.json b/.nova/Configuration.json new file mode 100644 index 0000000..5bef902 --- /dev/null +++ b/.nova/Configuration.json @@ -0,0 +1,3 @@ +{ + "editor.default_syntax" : "shell" +}