Advertisement
lolAtari

SUBLIME3PREF

Nov 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. {
  2.     "always_prompt_for_file_reload": true,
  3.     "auto_indent": true,
  4.     "color_scheme": "Packages/Agila Theme/Markdown/Dracula Markdown.tmTheme",
  5.     "folder_exclude_patterns":
  6.     {
  7.         "**/.DS_Store": true,
  8.         "**/.git": true,
  9.         "**/.hg": true,
  10.         "**/.svn": true,
  11.         "**/CVS": true
  12.     },
  13.     "font_options":
  14.     [
  15.         "bold"
  16.     ],
  17.     "font_size": 13,
  18.     "ignored_packages":
  19.     [
  20.         "PHP",
  21.         "Vintage"
  22.     ],
  23.     "save_on_focus_lost": true,
  24.     "tab_size": 2,
  25.     "theme": "Boxy Ocean.sublime-theme",
  26.     "window.openFilesInNewWindow": "off",
  27.     "word_wrap": "auto"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement