Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

34 righe
803 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. "https://github.com/10sr/editorconfig-micro/raw/master/channel.json"
  17. ],
  18. "pluginrepos": [],
  19. "ruler": true,
  20. "savecursor": false,
  21. "saveundo": false,
  22. "scrollmargin": 3,
  23. "scrollspeed": 2,
  24. "softwrap": false,
  25. "statusline": true,
  26. "syntax": true,
  27. "tabsize": 4,
  28. "tabstospaces": false,
  29. "*.json": {
  30. "tabsize": 4,
  31. "indentchar": "\t"
  32. }
  33. }