Preferences.sublime-settings 998 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "close_windows_when_empty": true,
  3. "color_scheme": "Packages/User/Monokai Soda.tmTheme",
  4. "dictionary": "Packages/Language - English/en_GB.dic",
  5. "ensure_newline_at_eof_on_save": true,
  6. "file_exclude_patterns":
  7. [
  8. "*.pyc",
  9. "*.pyo",
  10. "*.exe",
  11. "*.dll",
  12. "*.obj",
  13. "*.o",
  14. "*.a",
  15. "*.lib",
  16. "*.so",
  17. "*.dylib",
  18. "*.ncb",
  19. "*.sdf",
  20. "*.suo",
  21. "*.pdb",
  22. "*.idb",
  23. ".DS_Store",
  24. "*.class",
  25. "*.psd",
  26. "*.db",
  27. ".gitignore",
  28. ".gitkeep",
  29. ".rspec",
  30. "Gemfile.lock",
  31. "._*"
  32. ],
  33. "font_family": "Inconsolata",
  34. "font_size": 13.0,
  35. "highlight_line": true,
  36. "highlight_modified_tabs": true,
  37. "ignored_packages":
  38. [
  39. "Vintage"
  40. ],
  41. "indent_guide_options":
  42. [
  43. "draw_normal",
  44. "draw_active"
  45. ],
  46. "open_files_in_new_window": false,
  47. "rulers":
  48. [
  49. 80,
  50. 120
  51. ],
  52. "scroll_past_end": true,
  53. "show_full_path": true,
  54. "tab_size": 2,
  55. "theme": "Soda Dark.sublime-theme",
  56. "translate_tabs_to_spaces": true,
  57. "trim_trailing_white_space_on_save": true,
  58. "use_simple_full_screen": true
  59. }