summaryrefslogtreecommitdiff
path: root/.config/micro/settings.json
diff options
context:
space:
mode:
authorHarris Kaufmann <harris.kaufmann@wibu.com>2020-02-27 12:16:45 +0100
committerHarris Kaufmann <harris.kaufmann@wibu.com>2020-02-27 12:16:45 +0100
commit9fe59def0df3932826872c4e2314f2f423eabbba (patch)
treec06e2f06d0b7239c9ad8bae89566026224f5db86 /.config/micro/settings.json
parent3a4b10573e117d81b47631f342bb5985edea6333 (diff)
test micro config
Diffstat (limited to '.config/micro/settings.json')
-rw-r--r--.config/micro/settings.json47
1 files changed, 47 insertions, 0 deletions
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
+}