1
0

Preferences.sublime-settings 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "always_show_minimap_viewport": true,
  3. "auto_find_in_selection": true,
  4. "close_windows_when_empty": true,
  5. "color_scheme": "Packages/User/SublimeLinter/Material-Theme-Darker-OceanicNext (SL).tmTheme",
  6. "dictionary": "Packages/Language - English/en_GB.dic",
  7. "draw_minimap_border": true,
  8. "enable_tab_scrolling": true,
  9. "ensure_newline_at_eof_on_save": true,
  10. "file_exclude_patterns":
  11. [
  12. "*.pyc",
  13. "*.pyo",
  14. "*.exe",
  15. "*.dll",
  16. "*.obj",
  17. "*.o",
  18. "*.a",
  19. "*.lib",
  20. "*.so",
  21. "*.dylib",
  22. "*.ncb",
  23. "*.sdf",
  24. "*.suo",
  25. "*.pdb",
  26. "*.idb",
  27. ".DS_Store",
  28. "*.class",
  29. "*.psd",
  30. "*.db",
  31. ".gitkeep",
  32. ".rspec",
  33. "Gemfile.lock",
  34. "._*",
  35. ".zeus.sock",
  36. ".DS_Store",
  37. "*.js.map",
  38. "webpack.records.json",
  39. "records.json"
  40. ],
  41. "folder_exclude_patterns":
  42. [
  43. ".svn",
  44. ".git",
  45. ".hg",
  46. "CVS",
  47. "node_modules"
  48. ],
  49. "font_family": "Inconsolata",
  50. "font_size": 14.0,
  51. "highlight_line": true,
  52. "highlight_modified_tabs": true,
  53. "ignored_packages":
  54. [
  55. "Sass",
  56. "TypeScript-for-JS",
  57. "Vintage",
  58. "Web Inspector 3"
  59. ],
  60. "indent_guide_options":
  61. [
  62. "draw_normal",
  63. "draw_active"
  64. ],
  65. "material_theme_accent_lime": false,
  66. "material_theme_compact_panel": true,
  67. "material_theme_compact_sidebar": true,
  68. "material_theme_contrast_mode": true,
  69. "material_theme_disable_fileicons": true,
  70. "material_theme_small_statusbar": true,
  71. "material_theme_small_tab": true,
  72. "material_theme_tabs_autowidth": true,
  73. "node_path": "/Users/tom/.nvm/versions/node/v5.6.0/bin/node",
  74. "open_files_in_new_window": false,
  75. "rulers":
  76. [
  77. 80,
  78. 100,
  79. 120
  80. ],
  81. "scroll_past_end": true,
  82. "scroll_speed": 1.5,
  83. "show_encoding": true,
  84. "show_full_path": true,
  85. "show_line_endings": true,
  86. "tab_size": 2,
  87. "theme": "Material-Theme-Darker.sublime-theme",
  88. "translate_tabs_to_spaces": true,
  89. "trim_trailing_white_space_on_save": true
  90. }