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.
 
 
 
 
 
 

51 lines
1.2 KiB

  1. {
  2. "*.json": {
  3. "indentchar": "\t",
  4. "tabsize": 4
  5. },
  6. "autoclose": true,
  7. "autoindent": true,
  8. "autosave": false,
  9. "colorcolumn": 0,
  10. "colorscheme": "solarized",
  11. "cursorline": true,
  12. "eofnewline": false,
  13. "fastdirty": true,
  14. "fileformat": "unix",
  15. "ftoptions": true,
  16. "gofmt": true,
  17. "goimports": false,
  18. "ignorecase": false,
  19. "indentchar": " ",
  20. "infobar": true,
  21. "keepautoindent": false,
  22. "keymenu": false,
  23. "linter": true,
  24. "mouse": true,
  25. "pluginchannels": [
  26. "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
  27. "https://github.com/10sr/editorconfig-micro/raw/master/channel.json"
  28. ],
  29. "pluginrepos": [],
  30. "rmtrailingws": true,
  31. "ruler": true,
  32. "savecursor": false,
  33. "savehistory": true,
  34. "saveundo": false,
  35. "scrollbar": false,
  36. "scrollmargin": 3,
  37. "scrollspeed": 2,
  38. "softwrap": false,
  39. "splitbottom": true,
  40. "splitright": true,
  41. "statusline": true,
  42. "sucmd": "sudo",
  43. "syntax": true,
  44. "tabmovement": false,
  45. "tabsize": 4,
  46. "tabstospaces": false,
  47. "termtitle": false,
  48. "useprimary": true,
  49. "editorconfigverbose": true
  50. }