Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "ensure_newline_at_eof_on_save": true,
  3. "translate_tabs_to_spaces": true,
  4. "trim_trailing_white_space_on_save": true,
  5. "always_show_minimap_viewport": true,
  6. "bold_folder_labels": true,
  7. "close_windows_when_empty": true,
  8. "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
  9. "draw_white_space": "all",
  10. "enable_tab_scrolling": false,
  11. "file_exclude_patterns":
  12. [
  13. ".DS_Store",
  14. ".tags",
  15. "public/assets/*"
  16. ],
  17. "folder_exclude_patterns":
  18. [
  19. "tmp",
  20. ".git",
  21. ".svn",
  22. ".hg",
  23. "CVS"
  24. ],
  25. "font_face": "Fira Code",
  26. "font_size": 13,
  27. "highlight_line": true,
  28. "ignored_packages":
  29. [
  30. "Vintage"
  31. ],
  32. "indent_guide_options":
  33. [
  34. "draw_normal",
  35. "draw_active"
  36. ],
  37. "line_padding_bottom": 2,
  38. "line_padding_top": 2,
  39. "material_theme_bright_scrollbars": true,
  40. "material_theme_compact_panel": true,
  41. "material_theme_compact_sidebar": true,
  42. "material_theme_contrast_mode": true,
  43. "material_theme_panel_separator": true,
  44. "material_theme_small_statusbar": true,
  45. "overlay_scroll_bars": "enabled",
  46. "rubocop_path": "/Users/adriano/.rvm/gems/ruby-2.3.0@rails4/wrappers/rubocop",
  47. "show_full_path": true,
  48. "tab_size": 2,
  49. "theme": "Material-Theme-Darker.sublime-theme"
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement