Skip to content

Instantly share code, notes, and snippets.

@Alanaktion
Created May 3, 2017 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alanaktion/c613da664ed71c967099650d270578ff to your computer and use it in GitHub Desktop.
Save Alanaktion/c613da664ed71c967099650d270578ff to your computer and use it in GitHub Desktop.
Micro editor settings
{
"autoclose": true,
"autoindent": true,
"autosave": false,
"colorcolumn": 80,
"colorscheme": "monokai",
"cursorline": true,
"eofnewline": true,
"ignorecase": false,
"indentchar": " ",
"infobar": true,
"keepautoindent": false,
"linter": true,
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"
],
"pluginrepos": [],
"rmtrailingws": true,
"ruler": true,
"savecursor": true,
"saveundo": false,
"scrollmargin": 3,
"scrollspeed": 2,
"softwrap": false,
"splitBottom": true,
"splitRight": true,
"statusline": true,
"syntax": true,
"tabsize": 4,
"tabstospaces": false,
"useprimary": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment