Guest User

Untitled

a guest
Oct 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "auto_complete": true,
  3. "auto_indent": true,
  4. "bold_folder_labels": true,
  5. "caret_extra_bottom": 2,
  6. "caret_extra_top": 2,
  7. "close_windows_when_empty": false,
  8. "detect_slow_plugins": false,
  9. "dictionary": "Packages/Language - English/en_GB.dic",
  10. "draw_minimap_border": true,
  11. "draw_white_space": "selection",
  12. "enable_tab_scrolling": false,
  13. "file_exclude_patterns":
  14. [
  15. ".DS_Store",
  16. ".gitkeep"
  17. ],
  18. "folder_exclude_patterns":
  19. [
  20. ".git",
  21. "coverage",
  22. "tmp",
  23. ".svn",
  24. ".hg",
  25. "CVS",
  26. "tmp",
  27. ".bundle",
  28. ".sass-cache"
  29. ],
  30. "font_face": "Source Code Pro Light",
  31. "font_options":
  32. [
  33. "no_bold",
  34. "subpixel_antialias",
  35. "no_round"
  36. ],
  37. "font_size": 13.0,
  38. "highlight_line": true,
  39. "highlight_modified_tabs": true,
  40. "ignored_packages":
  41. [
  42. "Markdown",
  43. "RestructuredText",
  44. "Vintage"
  45. ],
  46. "indent_guide_options":
  47. [
  48. "draw_normal",
  49. "draw_active"
  50. ],
  51. "line_padding_bottom": 1,
  52. "line_padding_top": 1,
  53. "match_brackets": false,
  54. "match_brackets_angle": false,
  55. "match_brackets_braces": false,
  56. "match_brackets_content": false,
  57. "match_brackets_square": false,
  58. "match_tags": false,
  59. "open_files_in_new_window": false,
  60. "overlay_scroll_bars": "enabled",
  61. "save_on_focus_lost": true,
  62. "scroll_speed": 5.0,
  63. "show_full_path": false,
  64. "show_panel_on_build": false,
  65. "tab_size": 2,
  66. "theme": "predawn.sublime-theme",
  67. "translate_tabs_to_spaces": true,
  68. "trim_automatic_white_space": false,
  69. "trim_trailing_white_space_on_save": true,
  70. "word_wrap": true
  71. }
Add Comment
Please, Sign In to add comment