Preferences.sublime-settings 1.9 KB

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