Advertisement
sfornal

Sublime Text Settings

May 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.62 KB | None | 0 0
  1. {
  2.     "auto_indent": true,
  3.     "bold_folder_labels": true,
  4.     "caret_extra_bottom": 2,
  5.     "caret_extra_top": 2,
  6.     "caret_extra_width": 3,
  7.     "caret_style": "solid",
  8.     "close_windows_when_empty": true,
  9.     "color_scheme": "Packages/User/cobalt2 (SL).tmTheme",
  10.     "draw_centered": false,
  11.     "draw_minimap_border": true,
  12.     "draw_white_space": "selection",
  13.     "enable_tab_scrolling": false,
  14.     "ensure_newline_at_eof_on_save": true,
  15.     "fade_fold_buttons": false,
  16.     "file_exclude_patterns":
  17.     [
  18.         "*.sublime-workspace",
  19.         ".DS_Store",
  20.         ".DS_Store?",
  21.         "._*",
  22.         ".Spotlight-V100",
  23.         ".Trashes",
  24.         "ehthumbs.db",
  25.         "Thumbs.db"
  26.     ],
  27.     "find_selected_text": true,
  28.     "folder_exclude_patterns":
  29.     [
  30.         ".git",
  31.         ".sass-cache",
  32.         "tmp",
  33.         "node_modules"
  34.     ],
  35.     "font_face": "Inconsolata",
  36.     "font_options":
  37.     [
  38.         "directwrite",
  39.         "subpixel_antialias"
  40.     ],
  41.     "font_size": 12,
  42.     "highlight_line": true,
  43.     "highlight_modified_tabs": true,
  44.     "ignored_packages":
  45.     [
  46.         "Vintage",
  47.         "CSS",
  48.         "Markdown"
  49.     ],
  50.     "indent_guide_options":
  51.     [
  52.         "draw_normal",
  53.         "draw_active"
  54.     ],
  55.     "line_padding_bottom": 3,
  56.     "line_padding_top": 3,
  57.     "margin": 4,
  58.     "match_brackets": true,
  59.     "match_brackets_angle": true,
  60.     "match_brackets_braces": true,
  61.     "match_brackets_content": true,
  62.     "match_brackets_square": true,
  63.     "open_files_in_new_window": false,
  64.     "rulers":
  65.     [
  66.         80
  67.     ],
  68.     "scroll_past_end": true,
  69.     "show_full_path": true,
  70.     "show_tab_close_buttons": false,
  71.     "spell_check": true,
  72.     "tab_size": 4,
  73.     "theme": "Cobalt2.sublime-theme",
  74.     "translate_tabs_to_spaces": true,
  75.     "use_simple_full_screen": false,
  76.     "use_tab_stops": true,
  77.     "wide_caret": true,
  78.     "word_wrap": true
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement