Guest User

Untitled

a guest
Dec 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "auto_complete": true,
  3. "auto_complete_commit_on_tab": false,
  4. "auto_complete_delay": 50,
  5. "auto_indent": true,
  6. "bold_folder_labels": false,
  7. "color_scheme": "Packages/MySchemes/Oblivion.tmTheme",
  8. "default_encoding": "UTF-8",
  9. "default_line_ending": "unix",
  10. "detect_slow_plugins": false,
  11. "drag_text": false,
  12. "ensure_newline_at_eof_on_save": false,
  13. "folder_exclude_patterns":
  14. [
  15. ".svn",
  16. ".git",
  17. ".hg",
  18. "CVS",
  19. "build",
  20. "dist",
  21. ".codeintel"
  22. ],
  23.  
  24. //
  25. // CONSOLAS: MacType=Enabled, SubpixelAntialias=Disabled
  26. //
  27. "font_face": "Consolas",
  28. "font_size": 9,
  29. "font_options": [],
  30.  
  31. //
  32. // Bitstram Vera Sans Mono: MacType=Enabled, SubpixelAntialias=Enabled
  33. //
  34. // "font_face": "Bitstream Vera Sans Mono",
  35. // "font_size": 10,
  36. // "font_options": ["subpixel_antialias"],
  37.  
  38. //
  39. // MONACO: MacType=NoDiffer, SubpixelAntialias=NoDiffer
  40. //
  41. // "font_face": "Monaco",
  42. // "font_size": 8,
  43. // "font_options": ["subpixel_antialias"],
  44.  
  45. "gutter": true,
  46. "highlight_line": true,
  47. "highlight_modified_tabs": true,
  48. "ignored_packages":
  49. [
  50. "Batch File",
  51. "ASP",
  52. "Color Highlighter",
  53. "Vintage",
  54. "AppleScript",
  55. "PHPUnit",
  56. "ActionScript",
  57. "ExpressionEngine"
  58. ],
  59. "indent_to_bracket": false,
  60. "line_numbers": true,
  61. "line_padding_bottom": 2,
  62. "line_padding_top": 2,
  63. "scroll_speed": 1.0,
  64. "show_full_path": true,
  65. "show_tab_close_buttons": true,
  66. "smart_indent": true,
  67. "soda_classic_tabs": false,
  68. "tab_completion": true,
  69. "tab_size": 4,
  70. "theme": "Soda Light.sublime-theme",
  71. "translate_tabs_to_spaces": false,
  72. "trim_trailing_white_space_on_save": true,
  73. "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
  74. "word_wrap": true
  75. }
Add Comment
Please, Sign In to add comment