Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {
  2. "added_words":
  3. [
  4. "don’t",
  5. "you’re",
  6. "we’ll",
  7. "you’ll",
  8. "online",
  9. "inline",
  10. "blockquote",
  11. "blockquotes"
  12. ],
  13. "afn_insert_dimensions": false,
  14. "auto_complete": true,
  15. "auto_complete_commit_on_tab": false,
  16. "auto_indent": true,
  17. "binary_file_patterns":
  18. [
  19. ".DS_Store",
  20. "node_modules/",
  21. "tmp/",
  22. "*.png",
  23. "*.psd",
  24. "*.ai",
  25. "*.min.js",
  26. "tmp/",
  27. "_tmp/"
  28. ],
  29. "bold_folder_labels": true,
  30. "caret_extra_bottom": 3,
  31. "caret_extra_top": 3,
  32. "caret_extra_width": 2,
  33. "caret_style": "phase",
  34. "close_windows_when_empty": true,
  35. "codeintel_tooltips": "popup",
  36. "detect_indentation": false,
  37. "detect_slow_plugins": false,
  38. "dictionary": "Packages/Language - English/en_US.dic",
  39. "draw_centered": false,
  40. "draw_minimap_border": true,
  41. "draw_white_space": "selection",
  42. "enable_tab_scrolling": false,
  43. "ensure_newline_at_eof_on_save": true,
  44. "extend_env":
  45. {
  46. "PATH": "/usr/local/bin"
  47. },
  48. "fade_fold_buttons": false,
  49. "file_exclude_patterns":
  50. [
  51. "*.sublime-workspace",
  52. ".DS_Store"
  53. ],
  54. "find_selected_text": true,
  55. "folder_exclude_patterns":
  56. [
  57. ".git",
  58. ".svn",
  59. ".sass-cache",
  60. "_tmp"
  61. ],
  62. "font_face": "Source Sans Pro",
  63. "font_options":
  64. [
  65. "subpixel_antialias"
  66. ],
  67. "font_size": 18.0,
  68. "highlight_line": true,
  69. "highlight_modified_tabs": true,
  70. "hot_exit": false,
  71. "ignored_packages":
  72. [
  73. "Vintage",
  74. "Markdown",
  75. "CSS",
  76. "Auto Complete"
  77. ],
  78. "indent_guide_options":
  79. [
  80. "draw_normal",
  81. "draw_active"
  82. ],
  83. "line_padding_bottom": 2,
  84. "line_padding_top": 2,
  85. "margin": 4,
  86. "open_files_in_new_window": false,
  87. "origami_auto_zoom_on_focus": false,
  88. "preview_on_click": false,
  89. "remember_open_files": true,
  90. "rulers":
  91. [
  92. 140
  93. ],
  94. "scroll_past_end": true,
  95. "show_full_path": true,
  96. "show_tab_close_buttons": true,
  97. "spell_check": true,
  98. "tab_completion": true,
  99. "tab_size": 2,
  100. "theme": "Afterglow-blue.sublime-theme",
  101. "translate_tabs_to_spaces": true,
  102. "trim_trailing_white_space_on_save": true,
  103. "use_simple_full_screen": false,
  104. "use_tab_stops": true,
  105. "wide_caret": true,
  106. "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}~?",
  107. "word_wrap": true,
  108. "wrap_width": 130
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement