You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
719 B

  1. {
  2. "autoclose": true,
  3. "autoindent": true,
  4. "autosave": false,
  5. "colorcolumn": 0,
  6. "colorscheme": "solarized",
  7. "cursorline": true,
  8. "gofmt": true,
  9. "goimports": false,
  10. "ignorecase": false,
  11. "indentchar": " ",
  12. "infobar": true,
  13. "linter": true,
  14. "pluginchannels": [
  15. "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"
  16. ],
  17. "pluginrepos": [],
  18. "ruler": true,
  19. "savecursor": false,
  20. "saveundo": false,
  21. "scrollmargin": 3,
  22. "scrollspeed": 2,
  23. "softwrap": false,
  24. "statusline": true,
  25. "syntax": true,
  26. "tabsize": 4,
  27. "tabstospaces": false,
  28. "*.json": {
  29. "tabsize": 4,
  30. "indentchar": "\t"
  31. }
  32. }