Preferences.sublime-settings 1.6 KB

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