1
0

Preferences.sublime-settings 998 B

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