From bef368a6363dadb025515a6a6d989d6cb7a3574f Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 17 Oct 2022 11:57:51 -0400 Subject: work: initial commit --- .config/micro/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/micro/settings.json (limited to '.config/micro/settings.json') diff --git a/.config/micro/settings.json b/.config/micro/settings.json new file mode 100644 index 0000000..40123c2 --- /dev/null +++ b/.config/micro/settings.json @@ -0,0 +1,10 @@ +{ + "autoclose": false, + "autosu": true, + "basename": true, + "colorscheme": "solarized", + "mkparents": true, + "parsecursor": true, + "softwrap": true, + "tabstospaces": true +} -- cgit 1.4.1