Browse Source

Update micro settings

pull/15/head
10sr 6 years ago
parent
commit
5bd99d5ce5
1 changed files with 19 additions and 4 deletions
  1. +19
    -4
      micro/settings.json

+ 19
- 4
micro/settings.json View File

@@ -1,16 +1,27 @@
{ {
"*.json": {
"indentchar": "\t",
"tabsize": 4
},
"autoclose": true, "autoclose": true,
"autoindent": true, "autoindent": true,
"autosave": false, "autosave": false,
"colorcolumn": 0, "colorcolumn": 0,
"colorscheme": "solarized", "colorscheme": "solarized",
"cursorline": true, "cursorline": true,
"eofnewline": false,
"fastdirty": true,
"fileformat": "unix",
"ftoptions": true,
"gofmt": true, "gofmt": true,
"goimports": false, "goimports": false,
"ignorecase": false, "ignorecase": false,
"indentchar": " ", "indentchar": " ",
"infobar": true, "infobar": true,
"keepautoindent": false,
"keymenu": false,
"linter": true, "linter": true,
"mouse": true,
"pluginchannels": [ "pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json", "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
"https://github.com/10sr/editorconfig-micro/raw/master/channel.json" "https://github.com/10sr/editorconfig-micro/raw/master/channel.json"
@@ -19,16 +30,20 @@
"rmtrailingws": true, "rmtrailingws": true,
"ruler": true, "ruler": true,
"savecursor": false, "savecursor": false,
"savehistory": true,
"saveundo": false, "saveundo": false,
"scrollbar": false,
"scrollmargin": 3, "scrollmargin": 3,
"scrollspeed": 2, "scrollspeed": 2,
"softwrap": false, "softwrap": false,
"splitbottom": true,
"splitright": true,
"statusline": true, "statusline": true,
"sucmd": "sudo",
"syntax": true, "syntax": true,
"tabmovement": false,
"tabsize": 4, "tabsize": 4,
"tabstospaces": false, "tabstospaces": false,
"*.json": {
"tabsize": 4,
"indentchar": "\t"
}
"termtitle": false,
"useprimary": true
} }

Loading…
Cancel
Save