Preferences.sublime-settings 390 B

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