Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "bold_folder_labels": true,
  3.     "caret_style": "wide",
  4.     "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
  5.     "draw_white_space": "selection",
  6.     "ensure_newline_at_eof_on_save": false,
  7.     "font_face": "Source Code Pro",
  8.     "font_options":
  9.     [
  10.         "subpixel_antialias"
  11.     ],
  12.     "font_size": 18.0,
  13.     "highlight_line": true,
  14.     "highlight_modified_tabs": true,
  15.     "ignored_packages":
  16.     [
  17.         "JsFormat",
  18.         "Vintage",
  19.         "JavaScript",
  20.         "SublimeCodeIntel",
  21.         "tern_for_sublime"
  22.     ],
  23.     "line_padding_bottom": 0,
  24.     "line_padding_top": 0,
  25.     "margin": 0,
  26.     "remember_open_files": false,
  27.     "rulers":
  28.     [
  29.         80
  30.     ],
  31.     "scroll_past_end": true,
  32.     "soda_classic_tabs": false,
  33.     "soda_folder_icons": true,
  34.     "tab_size": 2,
  35.     "translate_tabs_to_spaces": true,
  36.     "trim_trailing_white_space_on_save": true,
  37.     "use_simple_full_screen": true,
  38.     "word_wrap": false
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement