Preferences.sublime-settings 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "SublimeCodeIntel"
  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.sublime-theme",
  57. "translate_tabs_to_spaces": true,
  58. "trim_trailing_white_space_on_save": true,
  59. "use_simple_full_screen": true
  60. }