Preferences.sublime-settings 407 B

123456789101112131415
  1. {
  2. "show_git_status": true,
  3. "auto_complete_commit_on_tab": true,
  4. "caret_style": "phase",
  5. "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
  6. "font_face": "Vera",
  7. "font_size": 14,
  8. "highlight_line": true,
  9. "highlight_modified_tabs": true,
  10. "match_brackets_angle": true,
  11. "scroll_past_end": true,
  12. "scroll_speed": 2.0,
  13. "show_encoding": true,
  14. "trim_trailing_white_space_on_save": true
  15. }