From 9fe59def0df3932826872c4e2314f2f423eabbba Mon Sep 17 00:00:00 2001 From: Harris Kaufmann Date: Thu, 27 Feb 2020 12:16:45 +0100 Subject: test micro config --- .config/micro/settings.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .config/micro/settings.json (limited to '.config/micro') diff --git a/.config/micro/settings.json b/.config/micro/settings.json new file mode 100644 index 0000000..c42bee8 --- /dev/null +++ b/.config/micro/settings.json @@ -0,0 +1,47 @@ +{ + "autoclose": true, + "autoindent": true, + "autosave": false, + "basename": false, + "colorcolumn": 0, + "colorscheme": "default", + "cursorline": true, + "eofnewline": false, + "fastdirty": true, + "fileformat": "unix", + "ftoptions": true, + "hidehelp": false, + "ignorecase": false, + "indentchar": " ", + "infobar": true, + "keepautoindent": false, + "keymenu": false, + "linter": true, + "literate": true, + "matchbrace": false, + "matchbraceleft": false, + "mouse": true, + "pluginchannels": [ + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json" + ], + "pluginrepos": [], + "rmtrailingws": false, + "ruler": true, + "savecursor": false, + "savehistory": true, + "saveundo": false, + "scrollbar": false, + "scrollmargin": 3, + "scrollspeed": 2, + "softwrap": false, + "splitbottom": true, + "splitright": true, + "statusline": true, + "sucmd": "sudo", + "syntax": true, + "tabmovement": false, + "tabsize": 4, + "tabstospaces": false, + "termtitle": false, + "useprimary": true +} -- cgit v1.1