1. {
  2. "auto_complete_commit_on_tab": false,
  3. "auto_indent": true,
  4. "color_scheme": "Packages/Color Scheme - Default/Eiffel.tmTheme",
  5. "detect_indentation": true,
  6. "detect_slow_plugins": false,
  7. "fade_fold_buttons": true,
  8. "find_selected_text": true,
  9. "fold_buttons": true,
  10. "font_face": "Source Sans Pro",
  11. "font_size": 14.0,
  12. "ignored_packages":
  13. [
  14. "Vintage"
  15. ],
  16. "rulers":
  17. [
  18. 80,
  19. 120
  20. ],
  21. "spell_check": false,
  22. "tab_size": 3,
  23. "theme": "Soda Light.sublime-theme",
  24. "translate_tabs_to_spaces": false,
  25. "trim_automatic_white_space": true,
  26. "trim_trailing_white_space_on_save": true,
  27. "caret_style": "phase",
  28. "highlight_line": true,
  29. "line_padding_bottom": 1,
  30. "line_padding_top": 1,
  31. "fade_fold_buttons": false,
  32. "bold_folder_labels": true
  33. }