Preferences.sublime-settings 999 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "close_windows_when_empty": true,
  3. "color_scheme": "Packages/Monokai Extended/Monokai Extended.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. ".zeus.sock"
  33. ],
  34. "font_family": "Inconsolata",
  35. "font_size": 14.0,
  36. "highlight_line": true,
  37. "highlight_modified_tabs": true,
  38. "ignored_packages":
  39. [
  40. "Vintage"
  41. ],
  42. "indent_guide_options":
  43. [
  44. "draw_normal",
  45. "draw_active"
  46. ],
  47. "open_files_in_new_window": false,
  48. "rulers":
  49. [
  50. 80,
  51. 120
  52. ],
  53. "scroll_past_end": true,
  54. "show_full_path": true,
  55. "tab_size": 2,
  56. "theme": "Soda Dark 3.sublime-theme",
  57. "translate_tabs_to_spaces": true,
  58. "trim_trailing_white_space_on_save": true
  59. }