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.

settings.json 803 B

7 年之前
123456789101112131415161718192021222324252627282930313233
  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. }