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.

46 lines
1017 B

4 years ago
  1. {
  2. "always_show_minimap_viewport": true,
  3. "auto_complete_commit_on_tab": true,
  4. "auto_complete_delay": 150,
  5. "auto_match_enabled": false,
  6. "caret_style": "smooth",
  7. "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  8. "default_line_ending": "unix",
  9. "drag_text": false,
  10. "draw_indent_guides": false,
  11. "draw_minimap_border": true,
  12. "draw_white_space": "none",
  13. "ensure_newline_at_eof_on_save": true,
  14. "fade_fold_buttons": true,
  15. "fold_buttons": false,
  16. "font_options":
  17. [
  18. "no_italic"
  19. ],
  20. "font_size": 13,
  21. "highlight_line": true,
  22. "highlight_modified_tabs": true,
  23. "ignored_packages":
  24. [
  25. "sublime_zk",
  26. "Vintage"
  27. ],
  28. "indent_to_bracket": false,
  29. "remember_full_screen": true,
  30. "rulers":
  31. [
  32. 0,
  33. 80,
  34. 100,
  35. 140
  36. ],
  37. "scroll_past_end": false,
  38. "shift_tab_unindent": true,
  39. "show_panel_on_build": true,
  40. "spell_check": false,
  41. "tab_size": 2,
  42. "theme": "Adaptive.sublime-theme",
  43. "translate_tabs_to_spaces": true,
  44. "trim_automatic_white_space": true,
  45. "trim_trailing_white_space_on_save": true
  46. }